Less Than Three Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Less Than Three palette

Share this palette to:

Less Than Three color palette CSS

/* CSS */
.color-1 {
color: #cfb7af;
}
.color-2 {
color: #b1a7a0;
}
.color-3 {
color: #e4b3af;
}
.color-4 {
color: #7e5d7e;
}
.color-5 {
color: #e5c29f;
}

/* CSS Variables */
:root {
--color-1: #cfb7af;
--color-2: #b1a7a0;
--color-3: #e4b3af;
--color-4: #7e5d7e;
--color-5: #e5c29f;
}

Less Than Three background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cfb7af, #b1a7a0, #e4b3af, #7e5d7e, #e5c29f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cfb7af, #b1a7a0, #e4b3af, #7e5d7e, #e5c29f);
}

Less Than Three color palette created on .