Light Chamomile Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Light Chamomile palette

Share this palette to:

Light Chamomile color palette CSS

/* CSS */
.color-1 {
color: #d6cda9;
}
.color-2 {
color: #e1d4b7;
}
.color-3 {
color: #f1e1c6;
}
.color-4 {
color: #f9e5b4;
}
.color-5 {
color: #f4c5a9;
}

/* CSS Variables */
:root {
--color-1: #d6cda9;
--color-2: #e1d4b7;
--color-3: #f1e1c6;
--color-4: #f9e5b4;
--color-5: #f4c5a9;
}

Light Chamomile background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6cda9, #e1d4b7, #f1e1c6, #f9e5b4, #f4c5a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6cda9, #e1d4b7, #f1e1c6, #f9e5b4, #f4c5a9);
}

Light Chamomile color palette created on .