Sunrise Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunrise Serenity palette

Share this palette to:

Sunrise Serenity color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #f5b856;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #d25d14;
}
.color-5 {
color: #8b3a0e;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #f5b856;
--color-3: #f47b1f;
--color-4: #d25d14;
--color-5: #8b3a0e;
}

Sunrise Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #f5b856, #f47b1f, #d25d14, #8b3a0e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #f5b856, #f47b1f, #d25d14, #8b3a0e);
}

Sunrise Serenity color palette created on .