Sunny Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunny Serenity palette

Share this palette to:

Sunny Serenity color palette CSS

/* CSS */
.color-1 {
color: #4f7bb0;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #f2dfd4;
}
.color-4 {
color: #f6b83c;
}
.color-5 {
color: #d65d38;
}

/* CSS Variables */
:root {
--color-1: #4f7bb0;
--color-2: #a3c7e0;
--color-3: #f2dfd4;
--color-4: #f6b83c;
--color-5: #d65d38;
}

Sunny Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f7bb0, #a3c7e0, #f2dfd4, #f6b83c, #d65d38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f7bb0, #a3c7e0, #f2dfd4, #f6b83c, #d65d38);
}

Sunny Serenity color palette created on .