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: #cef1fd;
}
.color-2 {
color: #d3fdf6;
}
.color-3 {
color: #edfee1;
}
.color-4 {
color: #fef6dc;
}
.color-5 {
color: #ffe7db;
}
/* CSS Variables */
:root {
--color-1: #cef1fd;
--color-2: #d3fdf6;
--color-3: #edfee1;
--color-4: #fef6dc;
--color-5: #ffe7db;
}
Calm Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #cef1fd, #d3fdf6, #edfee1, #fef6dc, #ffe7db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #cef1fd, #d3fdf6, #edfee1, #fef6dc, #ffe7db);
}
Similar color palettes
Calm Waters color palette created on .