Serene Shores Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Shores palette
Serene Shores color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b8e5c9;
}
.color-3 {
color: #f9e8d7;
}
.color-4 {
color: #1f3a61;
}
.color-5 {
color: #a8c1c2;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b8e5c9;
--color-3: #f9e8d7;
--color-4: #1f3a61;
--color-5: #a8c1c2;
}
Serene Shores background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b8e5c9, #f9e8d7, #1f3a61, #a8c1c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b8e5c9, #f9e8d7, #1f3a61, #a8c1c2);
}
Similar color palettes
Serene Shores color palette created on .