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: #d2cab1;
}
.color-2 {
color: #a9b4a2;
}
.color-3 {
color: #5b9a90;
}
.color-4 {
color: #3f707d;
}
.color-5 {
color: #2a3e50;
}
/* CSS Variables */
:root {
--color-1: #d2cab1;
--color-2: #a9b4a2;
--color-3: #5b9a90;
--color-4: #3f707d;
--color-5: #2a3e50;
}
Serene Shoreline background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2cab1, #a9b4a2, #5b9a90, #3f707d, #2a3e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2cab1, #a9b4a2, #5b9a90, #3f707d, #2a3e50);
}
Similar color palettes
Serene Shoreline color palette created on .