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