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: #ff8052;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #32cd32;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #00bfff;
--color-2: #ff8052;
--color-3: #ffd900;
--color-4: #32cd32;
--color-5: #ff1492;
}
CSS del degradado de fondo Rainbow Dash
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bfff, #ff8052, #ffd900, #32cd32, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bfff, #ff8052, #ffd900, #32cd32, #ff1492);
}
Paletas de colores similares
Rainbow Dash color palette created on .