Serenity Seashells Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity Seashells palette
Serenity Seashells color palette CSS
/* CSS */
.color-1 {
color: #00cccc;
}
.color-2 {
color: #4bd8d8;
}
.color-3 {
color: #9ae0e0;
}
.color-4 {
color: #a6f2f2;
}
.color-5 {
color: #d1ffff;
}
/* CSS Variables */
:root {
--color-1: #00cccc;
--color-2: #4bd8d8;
--color-3: #9ae0e0;
--color-4: #a6f2f2;
--color-5: #d1ffff;
}
Serenity Seashells background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00cccc, #4bd8d8, #9ae0e0, #a6f2f2, #d1ffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00cccc, #4bd8d8, #9ae0e0, #a6f2f2, #d1ffff);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Serenity Seashells color palette created on .