Sacred Yellow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sacred Yellow palette

Share this palette to:

Sacred Yellow color palette CSS

/* CSS */
.color-1 {
color: #f8e0b4;
}
.color-2 {
color: #f1b51e;
}
.color-3 {
color: #e8a32c;
}
.color-4 {
color: #d77d3c;
}
.color-5 {
color: #b94f3c;
}

/* CSS Variables */
:root {
--color-1: #f8e0b4;
--color-2: #f1b51e;
--color-3: #e8a32c;
--color-4: #d77d3c;
--color-5: #b94f3c;
}

Sacred Yellow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e0b4, #f1b51e, #e8a32c, #d77d3c, #b94f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e0b4, #f1b51e, #e8a32c, #d77d3c, #b94f3c);
}

Sacred Yellow color palette created on .