Chic Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chic Yellow palette

Share this palette to:

Chic Yellow color palette CSS

/* CSS */
.color-1 {
color: #e3b059;
}
.color-2 {
color: #d79b70;
}
.color-3 {
color: #b7c09b;
}
.color-4 {
color: #a6d8d1;
}
.color-5 {
color: #f2b5c3;
}

/* CSS Variables */
:root {
--color-1: #e3b059;
--color-2: #d79b70;
--color-3: #b7c09b;
--color-4: #a6d8d1;
--color-5: #f2b5c3;
}

Chic Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b059, #d79b70, #b7c09b, #a6d8d1, #f2b5c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b059, #d79b70, #b7c09b, #a6d8d1, #f2b5c3);
}

Chic Yellow color palette created on .