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