This Look has changed since you started editing.
Keep your edits and overwrite on save, or reload from the latest?
Edits from an older version were discarded.
These edits were saved by an earlier version of Look Awesome and aren't compatible with the current data shape.
Create Your Look
Pick a color, drop an image, or paste a URL.
New Look
Paste into your project's DESIGN.md so AI agents read the full Look spec — base hex, OKLCH, contrast, tokens — and build consistently with your colors.
Drop into your stylesheets. Reference any color as var(--ca-brand-50) or any role and step.
/* Look Awesome — */
/* Generated with OKLCH perceptual color space */
:root {
}
Drop into your stylesheets. Apply class="wa-look-custom" on any element and its Web Awesome components retheme to your Look.
/* Look Awesome — (Web Awesome look override) */
/* Drop-in replacement for wa-look */
.wa-look-custom {
}
Paste into tailwind.config.js. Use as Tailwind utilities: bg-brand-50, text-success-30, etc.
// tailwind.config.js — Look Awesome —
module.exports = {
theme: {
extend: {
colors: {
}
}
}
}
Paste into your _variables.scss before importing Bootstrap. Brand maps to $primary, neutral to $secondary; the rest keep their names.
// _variables.scss override — Look Awesome —
Discard Look?
This discards the draft and takes you back to start a new one. This can't be undone.