Dreamy Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Hues palette
Dreamy Hues color palette CSS
/* CSS */
.color-1 {
color: #a1d4f2;
}
.color-2 {
color: #ffb8b3;
}
.color-3 {
color: #c2aed6;
}
.color-4 {
color: #baf2e7;
}
.color-5 {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--color-1: #a1d4f2;
--color-2: #ffb8b3;
--color-3: #c2aed6;
--color-4: #baf2e7;
--color-5: #f2f2f2;
}
Dreamy Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d4f2, #ffb8b3, #c2aed6, #baf2e7, #f2f2f2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d4f2, #ffb8b3, #c2aed6, #baf2e7, #f2f2f2);
}
Similar color palettes
Scroll down to explore 500+ Bright color palettes
Dreamy Hues color palette created on .