Heaven Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Heaven palette
Heaven color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #f6cbcb;
}
.color-4 {
color: #f4e1a4;
}
.color-5 {
color: #a9e0b8;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f6b83c;
--color-3: #f6cbcb;
--color-4: #f4e1a4;
--color-5: #a9e0b8;
}
Heaven background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f6b83c, #f6cbcb, #f4e1a4, #a9e0b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f6b83c, #f6cbcb, #f4e1a4, #a9e0b8);
}
Similar color palettes
- Azure Serenade
- Whispers of Iris
- Cotton Candy Dreamscape
- Pink Shades
- Purple Mystic
- Teal Jelly Bean
- Purple Dream
- Enchanted Whimsy
- Purple Romance
- Cotton Candy Dreamscape
- Mystic Glamour Rock
- Celestial Serenity
- Deep Space Blue
- Sweet Orchard Delight
- Celestial Lavender Dream
- Enchanted Blooming Witchcraft
- Literary Oasis
- Mio's Dreamscape
Heaven color palette created on .