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: #3f6961;
}
.color-2 {
color: #80b3a2;
}
.color-3 {
color: #a7d7d4;
}
.color-4 {
color: #f2e5d4;
}
.color-5 {
color: #e6a7a2;
}
/* CSS Variables */
:root {
--color-1: #3f6961;
--color-2: #80b3a2;
--color-3: #a7d7d4;
--color-4: #f2e5d4;
--color-5: #e6a7a2;
}
Serenity by the Shore background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3f6961, #80b3a2, #a7d7d4, #f2e5d4, #e6a7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3f6961, #80b3a2, #a7d7d4, #f2e5d4, #e6a7a2);
}
Similar color palettes
Serenity by the Shore color palette created on .