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: #d8d7db;
}
.color-2 {
color: #b3c7e6;
}
.color-3 {
color: #6f9bdc;
}
.color-4 {
color: #395f93;
}
.color-5 {
color: #2b4564;
}
/* CSS Variables */
:root {
--color-1: #d8d7db;
--color-2: #b3c7e6;
--color-3: #6f9bdc;
--color-4: #395f93;
--color-5: #2b4564;
}
Serenity of the Sea background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8d7db, #b3c7e6, #6f9bdc, #395f93, #2b4564);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8d7db, #b3c7e6, #6f9bdc, #395f93, #2b4564);
}
Similar color palettes
Serenity of the Sea color palette created on .