Creamy Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Creamy Sunrise palette

Share this palette to:

Creamy Sunrise color palette CSS

/* CSS */
.color-1 {
color: #f9e4be;
}
.color-2 {
color: #f3d5a5;
}
.color-3 {
color: #f1be88;
}
.color-4 {
color: #e7a76e;
}
.color-5 {
color: #d58b5d;
}

/* CSS Variables */
:root {
--color-1: #f9e4be;
--color-2: #f3d5a5;
--color-3: #f1be88;
--color-4: #e7a76e;
--color-5: #d58b5d;
}

Creamy Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e4be, #f3d5a5, #f1be88, #e7a76e, #d58b5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e4be, #f3d5a5, #f1be88, #e7a76e, #d58b5d);
}

Creamy Sunrise color palette created on .