Paleta de colores Coral Spirit
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Coral Spirit palette
CSS de la paleta de colores Coral Spirit
/* CSS */
.color-1 {
color: #e9b79f;
}
.color-2 {
color: #f6b3a2;
}
.color-3 {
color: #f4a171;
}
.color-4 {
color: #d64f3d;
}
.color-5 {
color: #a13656;
}
/* CSS Variables */
:root {
--color-1: #e9b79f;
--color-2: #f6b3a2;
--color-3: #f4a171;
--color-4: #d64f3d;
--color-5: #a13656;
}
CSS del degradado de fondo Coral Spirit
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9b79f, #f6b3a2, #f4a171, #d64f3d, #a13656);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9b79f, #f6b3a2, #f4a171, #d64f3d, #a13656);
}
Paletas de colores similares
Coral Spirit color palette created on .