Whimsical Watercolors Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Watercolors palette
Whimsical Watercolors color palette CSS
/* CSS */
.color-1 {
color: #f5b8a3;
}
.color-2 {
color: #f5d699;
}
.color-3 {
color: #e3e57b;
}
.color-4 {
color: #a2d7b7;
}
.color-5 {
color: #7ac7d1;
}
/* CSS Variables */
:root {
--color-1: #f5b8a3;
--color-2: #f5d699;
--color-3: #e3e57b;
--color-4: #a2d7b7;
--color-5: #7ac7d1;
}
Whimsical Watercolors background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8a3, #f5d699, #e3e57b, #a2d7b7, #7ac7d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8a3, #f5d699, #e3e57b, #a2d7b7, #7ac7d1);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Whimsical Watercolors color palette created on .