Seashell Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Seashell Serenade palette
Seashell Serenade color palette CSS
/* CSS */
.color-1 {
color: #f6d7c1;
}
.color-2 {
color: #eab799;
}
.color-3 {
color: #ff6e61;
}
.color-4 {
color: #c84a37;
}
.color-5 {
color: #b0a5a0;
}
/* CSS Variables */
:root {
--color-1: #f6d7c1;
--color-2: #eab799;
--color-3: #ff6e61;
--color-4: #c84a37;
--color-5: #b0a5a0;
}
Seashell Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d7c1, #eab799, #ff6e61, #c84a37, #b0a5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d7c1, #eab799, #ff6e61, #c84a37, #b0a5a0);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Seashell Serenade color palette created on .