Serene Waterscape Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Waterscape palette
Serene Waterscape color palette CSS
/* CSS */
.color-1 {
color: #1d9a98;
}
.color-2 {
color: #4ec6b4;
}
.color-3 {
color: #7de3c5;
}
.color-4 {
color: #a2e6d2;
}
.color-5 {
color: #d2f9e6;
}
/* CSS Variables */
:root {
--color-1: #1d9a98;
--color-2: #4ec6b4;
--color-3: #7de3c5;
--color-4: #a2e6d2;
--color-5: #d2f9e6;
}
Serene Waterscape background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d9a98, #4ec6b4, #7de3c5, #a2e6d2, #d2f9e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d9a98, #4ec6b4, #7de3c5, #a2e6d2, #d2f9e6);
}
Similar color palettes
Serene Waterscape color palette created on .