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