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: #a6c6ed;
}
.color-2 {
color: #b5d7e3;
}
.color-3 {
color: #f0e2b2;
}
.color-4 {
color: #f6b6c1;
}
.color-5 {
color: #daa4d2;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b5d7e3;
--color-3: #f0e2b2;
--color-4: #f6b6c1;
--color-5: #daa4d2;
}
Dreamy Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b5d7e3, #f0e2b2, #f6b6c1, #daa4d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b5d7e3, #f0e2b2, #f6b6c1, #daa4d2);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Dreamy Hues color palette created on .