Spectrum of Aroace Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Spectrum of Aroace palette

Share this palette to:

Spectrum of Aroace color palette CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f2a1c5;
}
.color-3 {
color: #e2b628;
}
.color-4 {
color: #bebe2d;
}
.color-5 {
color: #c77b4d;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f2a1c5;
--color-3: #e2b628;
--color-4: #bebe2d;
--color-5: #c77b4d;
}

Spectrum of Aroace background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f2a1c5, #e2b628, #bebe2d, #c77b4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f2a1c5, #e2b628, #bebe2d, #c77b4d);
}

Spectrum of Aroace color palette created on .