Pastel Angel Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Pastel Angel palette

Share this palette to:

Pastel Angel color palette CSS

/* CSS */
.color-1 {
color: #f7e8b6;
}
.color-2 {
color: #f4c3d4;
}
.color-3 {
color: #eab8e4;
}
.color-4 {
color: #a6c6ed;
}
.color-5 {
color: #b3e6c9;
}

/* CSS Variables */
:root {
--color-1: #f7e8b6;
--color-2: #f4c3d4;
--color-3: #eab8e4;
--color-4: #a6c6ed;
--color-5: #b3e6c9;
}

Pastel Angel background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e8b6, #f4c3d4, #eab8e4, #a6c6ed, #b3e6c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e8b6, #f4c3d4, #eab8e4, #a6c6ed, #b3e6c9);
}

Pastel Angel color palette created on .