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