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: #f1c84b;
}
.color-2 {
color: #f6a05a;
}
.color-3 {
color: #f79169;
}
.color-4 {
color: #f7b1a6;
}
.color-5 {
color: #f5e8c7;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #f6a05a;
--color-3: #f79169;
--color-4: #f7b1a6;
--color-5: #f5e8c7;
}

Sunrise Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #f6a05a, #f79169, #f7b1a6, #f5e8c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #f6a05a, #f79169, #f7b1a6, #f5e8c7);
}

Sunrise Serenity color palette created on .