Finn's Serenity Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Finn's Serenity palette

Share this palette to:

Finn's Serenity color palette CSS

/* CSS */
.color-1 {
color: #3b8e9b;
}
.color-2 {
color: #81c5b0;
}
.color-3 {
color: #def7e9;
}
.color-4 {
color: #f7d2b6;
}
.color-5 {
color: #f58a8a;
}

/* CSS Variables */
:root {
--color-1: #3b8e9b;
--color-2: #81c5b0;
--color-3: #def7e9;
--color-4: #f7d2b6;
--color-5: #f58a8a;
}

Finn's Serenity background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8e9b, #81c5b0, #def7e9, #f7d2b6, #f58a8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8e9b, #81c5b0, #def7e9, #f7d2b6, #f58a8a);
}

Finn's Serenity color palette created on .