Loading...

Heaven Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Heaven palette

Share this palette to:

Download Heaven Color Palette (PNG)

Download heaven color palette PNG image (landscape)
Download heaven color palette PNG image (square)

Heaven color palette CSS

/* CSS */
.color-1 {
color: #a5d7e3;
}
.color-2 {
color: #f2b2b1;
}
.color-3 {
color: #f8e2a0;
}
.color-4 {
color: #f7e2bb;
}
.color-5 {
color: #f0c1c5;
}

/* CSS Variables */
:root {
--color-1: #a5d7e3;
--color-2: #f2b2b1;
--color-3: #f8e2a0;
--color-4: #f7e2bb;
--color-5: #f0c1c5;
}

Heaven background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5d7e3, #f2b2b1, #f8e2a0, #f7e2bb, #f0c1c5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5d7e3, #f2b2b1, #f8e2a0, #f7e2bb, #f0c1c5);
}

Heaven color palette created on .