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