Paleta de colores Sensual Sunrise
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Sensual Sunrise palette
CSS de la paleta de colores Sensual Sunrise
/* CSS */
.color-1 {
color: #f45d71;
}
.color-2 {
color: #f69e51;
}
.color-3 {
color: #fbd156;
}
.color-4 {
color: #a8d4f5;
}
.color-5 {
color: #6cc4d5;
}
/* CSS Variables */
:root {
--color-1: #f45d71;
--color-2: #f69e51;
--color-3: #fbd156;
--color-4: #a8d4f5;
--color-5: #6cc4d5;
}
CSS del degradado de fondo Sensual Sunrise
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f45d71, #f69e51, #fbd156, #a8d4f5, #6cc4d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f45d71, #f69e51, #fbd156, #a8d4f5, #6cc4d5);
}
Paletas de colores similares
Sensual Sunrise color palette created on .