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: #f5b8d1;
}
.color-2 {
color: #d5a5d4;
}
.color-3 {
color: #a4c8df;
}
.color-4 {
color: #80b3d6;
}
.color-5 {
color: #54b7c0;
}
/* CSS Variables */
:root {
--color-1: #f5b8d1;
--color-2: #d5a5d4;
--color-3: #a4c8df;
--color-4: #80b3d6;
--color-5: #54b7c0;
}
Dreamy Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b8d1, #d5a5d4, #a4c8df, #80b3d6, #54b7c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b8d1, #d5a5d4, #a4c8df, #80b3d6, #54b7c0);
}
Similar color palettes
Dreamy Hues color palette created on .