Aroace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aroace palette

Share this palette to:

Download Aroace Color Palette (PNG)

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

Aroace color palette CSS

/* CSS */
.color-1 {
color: #8a5fbf;
}
.color-2 {
color: #9a76c1;
}
.color-3 {
color: #c5a4e0;
}
.color-4 {
color: #f2d2cf;
}
.color-5 {
color: #f9b58b;
}

/* CSS Variables */
:root {
--color-1: #8a5fbf;
--color-2: #9a76c1;
--color-3: #c5a4e0;
--color-4: #f2d2cf;
--color-5: #f9b58b;
}

Aroace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8a5fbf, #9a76c1, #c5a4e0, #f2d2cf, #f9b58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8a5fbf, #9a76c1, #c5a4e0, #f2d2cf, #f9b58b);
}

Aroace color palette created on .