Paleta de colores Treasure in the Shadows
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Treasure in the Shadows palette
CSS de la paleta de colores Treasure in the Shadows
/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #8c24a8;
}
.color-5 {
color: #49148a;
}
/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff7142;
--color-3: #d6006f;
--color-4: #8c24a8;
--color-5: #49148a;
}
CSS del degradado de fondo Treasure in the Shadows
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff7142, #d6006f, #8c24a8, #49148a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff7142, #d6006f, #8c24a8, #49148a);
}
Paletas de colores similares
Treasure in the Shadows color palette created on .