Paleta de colores Blue Artemis
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Blue Artemis palette
CSS de la paleta de colores Blue Artemis
/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #4d8bd5;
}
.color-3 {
color: #3c8bc3;
}
.color-4 {
color: #f5bb3d;
}
.color-5 {
color: #e56a3e;
}
/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #4d8bd5;
--color-3: #3c8bc3;
--color-4: #f5bb3d;
--color-5: #e56a3e;
}
CSS del degradado de fondo Blue Artemis
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #4d8bd5, #3c8bc3, #f5bb3d, #e56a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #4d8bd5, #3c8bc3, #f5bb3d, #e56a3e);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Blue Artemis color palette created on .