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