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: #ff9e9e;
}
.color-2 {
color: #ffb3b3;
}
.color-3 {
color: #ffe2a3;
}
.color-4 {
color: #ffffb3;
}
.color-5 {
color: #ffcc99;
}
/* CSS Variables */
:root {
--color-1: #ff9e9e;
--color-2: #ffb3b3;
--color-3: #ffe2a3;
--color-4: #ffffb3;
--color-5: #ffcc99;
}
Seashell Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9e9e, #ffb3b3, #ffe2a3, #ffffb3, #ffcc99);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9e9e, #ffb3b3, #ffe2a3, #ffffb3, #ffcc99);
}
Similar color palettes
Scroll down to explore 100+ Beach color palettes
Seashell Serenade color palette created on .