Serene Shoreline Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Shoreline palette
Serene Shoreline color palette CSS
/* CSS */
.color-1 {
color: #596d9b;
}
.color-2 {
color: #7d8cba;
}
.color-3 {
color: #a5b3d4;
}
.color-4 {
color: #d5e2f1;
}
.color-5 {
color: #f5f8ff;
}
/* CSS Variables */
:root {
--color-1: #596d9b;
--color-2: #7d8cba;
--color-3: #a5b3d4;
--color-4: #d5e2f1;
--color-5: #f5f8ff;
}
Serene Shoreline background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #596d9b, #7d8cba, #a5b3d4, #d5e2f1, #f5f8ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #596d9b, #7d8cba, #a5b3d4, #d5e2f1, #f5f8ff);
}
Similar color palettes
Serene Shoreline color palette created on .