Aromantic Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Aromantic palette
Aromantic color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 1000+ colors.aromantic color palettes
Aromantic color palette created on .