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