Serenity of the Sea Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity of the Sea palette
Serenity of the Sea color palette CSS
/* CSS */
.color-1 {
color: #3a8e9c;
}
.color-2 {
color: #59b5c9;
}
.color-3 {
color: #79d2e6;
}
.color-4 {
color: #9de0f1;
}
.color-5 {
color: #c7f3ff;
}
/* CSS Variables */
:root {
--color-1: #3a8e9c;
--color-2: #59b5c9;
--color-3: #79d2e6;
--color-4: #9de0f1;
--color-5: #c7f3ff;
}
Serenity of the Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a8e9c, #59b5c9, #79d2e6, #9de0f1, #c7f3ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a8e9c, #59b5c9, #79d2e6, #9de0f1, #c7f3ff);
}
Similar color palettes
Serenity of the Sea color palette created on .