Seashell Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Seashell Serenity palette
Seashell Serenity color palette CSS
/* CSS */
.color-1 {
color: #ffded6;
}
.color-2 {
color: #ffeee0;
}
.color-3 {
color: #fff4e0;
}
.color-4 {
color: #dff2de;
}
.color-5 {
color: #bfe6ed;
}
/* CSS Variables */
:root {
--color-1: #ffded6;
--color-2: #ffeee0;
--color-3: #fff4e0;
--color-4: #dff2de;
--color-5: #bfe6ed;
}
Seashell Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffded6, #ffeee0, #fff4e0, #dff2de, #bfe6ed);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffded6, #ffeee0, #fff4e0, #dff2de, #bfe6ed);
}
Similar color palettes
Scroll down to explore 100+ Pink color palettes
Seashell Serenity color palette created on .