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