Aromantic Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Aromantic palette

Share this palette to:

Aromantic color palette PNG image

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

Aromantic color palette CSS

/* CSS */
.color-1 {
color: #5d508b;
}
.color-2 {
color: #7b7c9d;
}
.color-3 {
color: #a6b8a3;
}
.color-4 {
color: #c6d8a6;
}
.color-5 {
color: #eae8b3;
}

/* CSS Variables */
:root {
--color-1: #5d508b;
--color-2: #7b7c9d;
--color-3: #a6b8a3;
--color-4: #c6d8a6;
--color-5: #eae8b3;
}

Aromantic background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5d508b, #7b7c9d, #a6b8a3, #c6d8a6, #eae8b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5d508b, #7b7c9d, #a6b8a3, #c6d8a6, #eae8b3);
}

Aromantic color palette created on .