Serene Waters and Sunlit Shores Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Serene Waters and Sunlit Shores palette
Serene Waters and Sunlit Shores color palette CSS
/* CSS */
.color-1 {
color: #a8e6cf;
}
.color-2 {
color: #b1eaf2;
}
.color-3 {
color: #ffe0b3;
}
.color-4 {
color: #f8b9ce;
}
.color-5 {
color: #1a227f;
}
/* CSS Variables */
:root {
--color-1: #a8e6cf;
--color-2: #b1eaf2;
--color-3: #ffe0b3;
--color-4: #f8b9ce;
--color-5: #1a227f;
}
Serene Waters and Sunlit Shores background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8e6cf, #b1eaf2, #ffe0b3, #f8b9ce, #1a227f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8e6cf, #b1eaf2, #ffe0b3, #f8b9ce, #1a227f);
}
Similar color palettes
Serene Waters and Sunlit Shores color palette created on .