Paleta de colores Radiant Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Radiant Reverie palette
CSS de la paleta de colores Radiant Reverie
/* CSS */
.color-1 {
color: #f7d74b;
}
.color-2 {
color: #ff8b3d;
}
.color-3 {
color: #ff4d5b;
}
.color-4 {
color: #c84c9e;
}
.color-5 {
color: #6b4f9c;
}
/* CSS Variables */
:root {
--color-1: #f7d74b;
--color-2: #ff8b3d;
--color-3: #ff4d5b;
--color-4: #c84c9e;
--color-5: #6b4f9c;
}
CSS del degradado de fondo Radiant Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d74b, #ff8b3d, #ff4d5b, #c84c9e, #6b4f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d74b, #ff8b3d, #ff4d5b, #c84c9e, #6b4f9c);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 400+ paletas de colores Brillante
Radiant Reverie color palette created on .