Zippered Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Zippered Serenity palette

Share this palette to:

Zippered Serenity color palette CSS

/* CSS */
.color-1 {
color: #41687c;
}
.color-2 {
color: #67a0a8;
}
.color-3 {
color: #b5d9d5;
}
.color-4 {
color: #ebbea2;
}
.color-5 {
color: #eb7c05;
}

/* CSS Variables */
:root {
--color-1: #41687c;
--color-2: #67a0a8;
--color-3: #b5d9d5;
--color-4: #ebbea2;
--color-5: #eb7c05;
}

Zippered Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #41687c, #67a0a8, #b5d9d5, #ebbea2, #eb7c05);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #41687c, #67a0a8, #b5d9d5, #ebbea2, #eb7c05);
}

Zippered Serenity color palette created on .