Whimsical Waters Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Waters palette
Whimsical Waters color palette CSS
/* CSS */
.color-1 {
color: #f9aeae;
}
.color-2 {
color: #fdd3b4;
}
.color-3 {
color: #f9e8b4;
}
.color-4 {
color: #a6d9d4;
}
.color-5 {
color: #6ca0b2;
}
/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #fdd3b4;
--color-3: #f9e8b4;
--color-4: #a6d9d4;
--color-5: #6ca0b2;
}
Whimsical Waters background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #fdd3b4, #f9e8b4, #a6d9d4, #6ca0b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #fdd3b4, #f9e8b4, #a6d9d4, #6ca0b2);
}
Similar color palettes
Whimsical Waters color palette created on .