Paleta de colores Rainbow Dash
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Rainbow Dash palette
CSS de la paleta de colores Rainbow Dash
/* CSS */
.color-1 {
color: #00bfff;
}
.color-2 {
color: #545454;
}
.color-3 {
color: #ff4400;
}
.color-4 {
color: #32cd32;
}
.color-5 {
color: #cf021a;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #545454;
--color-3: #ff4400;
--color-4: #32cd32;
--color-5: #cf021a;
}
CSS del degradado de fondo Rainbow Dash
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #545454, #ff4400, #32cd32, #cf021a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #545454, #ff4400, #32cd32, #cf021a);
}
Paletas de colores similares
Rainbow Dash color palette created on .