Calm Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Calm Waters palette
Calm Waters color palette PNG image
Calm Waters color palette CSS
/* CSS */
.color-1 {
color: #4cb8a2;
}
.color-2 {
color: #8bd5a0;
}
.color-3 {
color: #c5e2d2;
}
.color-4 {
color: #f1f8f5;
}
.color-5 {
color: #e8b0b1;
}
/* CSS Variables */
:root {
--color-1: #4cb8a2;
--color-2: #8bd5a0;
--color-3: #c5e2d2;
--color-4: #f1f8f5;
--color-5: #e8b0b1;
}
Calm Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cb8a2, #8bd5a0, #c5e2d2, #f1f8f5, #e8b0b1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cb8a2, #8bd5a0, #c5e2d2, #f1f8f5, #e8b0b1);
}
Similar color palettes
Calm Waters color palette created on .