Paleta de colores Athena

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Athena palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Athena

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

CSS de la paleta de colores Athena

/* CSS */
.color-1 {
color: #9793cd;
}
.color-2 {
color: #7381ce;
}
.color-3 {
color: #5e7dd4;
}
.color-4 {
color: #3f6ed5;
}
.color-5 {
color: #1f61b2;
}

/* CSS Variables */
:root {
--color-1: #9793cd;
--color-2: #7381ce;
--color-3: #5e7dd4;
--color-4: #3f6ed5;
--color-5: #1f61b2;
}

CSS del degradado de fondo Athena

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9793cd, #7381ce, #5e7dd4, #3f6ed5, #1f61b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9793cd, #7381ce, #5e7dd4, #3f6ed5, #1f61b2);
}

Athena color palette created on .