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