White Angelic Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with White Angelic Tones palette

Share this palette to:

Download White Angelic Tones Color Palette (PNG)

Download white angelic tones color palette PNG image (landscape)
Download white angelic tones color palette PNG image (square)

White Angelic Tones color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcf8ee;
}
.color-3 {
color: #f4e6d7;
}
.color-4 {
color: #eac9b8;
}
.color-5 {
color: #e5baa9;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcf8ee;
--color-3: #f4e6d7;
--color-4: #eac9b8;
--color-5: #e5baa9;
}

White Angelic Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcf8ee, #f4e6d7, #eac9b8, #e5baa9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcf8ee, #f4e6d7, #eac9b8, #e5baa9);
}

White Angelic Tones color palette created on .