Paleta de colores Obsessive
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Obsessive palette
Inspiración de Color
Imágenes que muestran esta paleta de colores en diseños reales
Descargar la paleta de colores Obsessive (PNG)
CSS de la paleta de colores Obsessive
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8f5c;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ffeb8a;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8f5c;
--color-3: #ffb84d;
--color-4: #ffeb8a;
--color-5: #ffffff;
}
CSS del degradado de fondo Obsessive
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8f5c, #ffb84d, #ffeb8a, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8f5c, #ffb84d, #ffeb8a, #ffffff);
}
Paletas de colores similares
Obsessive color palette created on .