Seashell Serenade Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Seashell Serenade palette

Share this palette to:

Seashell Serenade color palette CSS

/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #f3c7a5;
}
.color-3 {
color: #f1e7a7;
}
.color-4 {
color: #a4d5b6;
}
.color-5 {
color: #a3c7e0;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f3c7a5;
--color-3: #f1e7a7;
--color-4: #a4d5b6;
--color-5: #a3c7e0;
}

Seashell Serenade background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f3c7a5, #f1e7a7, #a4d5b6, #a3c7e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f3c7a5, #f1e7a7, #a4d5b6, #a3c7e0);
}

Seashell Serenade color palette created on .