Paleta de colores Radiant Destiny
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Radiant Destiny palette
CSS de la paleta de colores Radiant Destiny
/* CSS */
.color-1 {
color: #f9d75d;
}
.color-2 {
color: #f78c22;
}
.color-3 {
color: #f34a20;
}
.color-4 {
color: #d2416f;
}
.color-5 {
color: #6f2c90;
}
/* CSS Variables */
:root {
--color-1: #f9d75d;
--color-2: #f78c22;
--color-3: #f34a20;
--color-4: #d2416f;
--color-5: #6f2c90;
}
CSS del degradado de fondo Radiant Destiny
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d75d, #f78c22, #f34a20, #d2416f, #6f2c90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d75d, #f78c22, #f34a20, #d2416f, #6f2c90);
}
Paletas de colores similares
Radiant Destiny color palette created on .