Serenity by the Shore Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serenity by the Shore palette
Serenity by the Shore color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #d3e0e9;
}
.color-3 {
color: #7bd5f9;
}
.color-4 {
color: #adaab1;
}
.color-5 {
color: #2cba67;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #d3e0e9;
--color-3: #7bd5f9;
--color-4: #adaab1;
--color-5: #2cba67;
}
Serenity by the Shore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #d3e0e9, #7bd5f9, #adaab1, #2cba67);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #d3e0e9, #7bd5f9, #adaab1, #2cba67);
}
Similar color palettes
Scroll down to explore 1 White color palette
Serenity by the Shore color palette created on .