Aspiring Horizons Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aspiring Horizons palette

Share this palette to:

Aspiring Horizons color palette CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #e17b37;
}
.color-3 {
color: #d95d30;
}
.color-4 {
color: #b33d7e;
}
.color-5 {
color: #794dd1;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #e17b37;
--color-3: #d95d30;
--color-4: #b33d7e;
--color-5: #794dd1;
}

Aspiring Horizons background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #e17b37, #d95d30, #b33d7e, #794dd1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #e17b37, #d95d30, #b33d7e, #794dd1);
}

Aspiring Horizons color palette created on .