Paleta de colores Amanda's Radiance
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Amanda's Radiance palette
CSS de la paleta de colores Amanda's Radiance
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffee57;
}
.color-4 {
color: #6cd5d2;
}
.color-5 {
color: #681b98;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffee57;
--color-4: #6cd5d2;
--color-5: #681b98;
}
CSS del degradado de fondo Amanda's Radiance
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffee57, #6cd5d2, #681b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffee57, #6cd5d2, #681b98);
}
Paletas de colores similares
Amanda's Radiance color palette created on .