Aspen Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aspen palette

Share this palette to:

Aspen color palette PNG image

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

Aspen color palette CSS

/* CSS */
.color-1 {
color: #a7d7b8;
}
.color-2 {
color: #f2e0b1;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #d36e3c;
}

/* CSS Variables */
:root {
--color-1: #a7d7b8;
--color-2: #f2e0b1;
--color-3: #f5a524;
--color-4: #f39c12;
--color-5: #d36e3c;
}

Aspen background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7d7b8, #f2e0b1, #f5a524, #f39c12, #d36e3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7d7b8, #f2e0b1, #f5a524, #f39c12, #d36e3c);
}

Aspen color palette created on .