Paleta de colores Aromantic

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Aromantic palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Aromantic

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

CSS de la paleta de colores Aromantic

/* 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;
}

CSS del degradado de fondo Aromantic

/* 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 .