Paleta de colores Royal Reverie
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Royal Reverie palette
CSS de la paleta de colores Royal Reverie
/* CSS */
.color-1 {
color: #5abf9d;
}
.color-2 {
color: #f69e4c;
}
.color-3 {
color: #e8493b;
}
.color-4 {
color: #f2f5b8;
}
.color-5 {
color: #3a7d9c;
}
/* CSS Variables */
:root {
--color-1: #5abf9d;
--color-2: #f69e4c;
--color-3: #e8493b;
--color-4: #f2f5b8;
--color-5: #3a7d9c;
}
CSS del degradado de fondo Royal Reverie
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5abf9d, #f69e4c, #e8493b, #f2f5b8, #3a7d9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5abf9d, #f69e4c, #e8493b, #f2f5b8, #3a7d9c);
}
Paletas de colores similares
Royal Reverie color palette created on .