Paleta de colores OVERSTIMULATION
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with OVERSTIMULATION palette
Imagen PNG de la paleta de colores OVERSTIMULATION
CSS de la paleta de colores OVERSTIMULATION
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #94c4ff;
}
.color-5 {
color: #6e1aff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffd54d;
--color-4: #94c4ff;
--color-5: #6e1aff;
}
CSS del degradado de fondo OVERSTIMULATION
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffd54d, #94c4ff, #6e1aff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffd54d, #94c4ff, #6e1aff);
}
Paletas de colores similares
OVERSTIMULATION color palette created on .