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