Heavenly Hues Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heavenly Hues palette
Heavenly Hues color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #f1e5b1;
}
.color-3 {
color: #f6b7a2;
}
.color-4 {
color: #afe4d1;
}
.color-5 {
color: #f9d8b9;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #f1e5b1;
--color-3: #f6b7a2;
--color-4: #afe4d1;
--color-5: #f9d8b9;
}
Heavenly Hues background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #f1e5b1, #f6b7a2, #afe4d1, #f9d8b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #f1e5b1, #f6b7a2, #afe4d1, #f9d8b9);
}
Similar color palettes
Heavenly Hues color palette created on .