Paleta de colores Electric Citrus
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Electric Citrus palette
CSS de la paleta de colores Electric Citrus
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #a6d8d0;
}
.color-5 {
color: #2e6b50;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffd900;
--color-4: #a6d8d0;
--color-5: #2e6b50;
}
CSS del degradado de fondo Electric Citrus
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffd900, #a6d8d0, #2e6b50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffd900, #a6d8d0, #2e6b50);
}
Paletas de colores similares
Electric Citrus color palette created on .