Paleta de colores Warm Shades of Coral
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Warm Shades of Coral palette
CSS de la paleta de colores Warm Shades of Coral
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb85c;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #6cb2e5;
}
.color-5 {
color: #a57dba;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb85c;
--color-3: #ffd900;
--color-4: #6cb2e5;
--color-5: #a57dba;
}
CSS del degradado de fondo Warm Shades of Coral
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb85c, #ffd900, #6cb2e5, #a57dba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb85c, #ffd900, #6cb2e5, #a57dba);
}
Paletas de colores similares
Warm Shades of Coral color palette created on .