Paleta de colores Radiant Alloy
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Radiant Alloy palette
Imagen PNG de la paleta de colores Radiant Alloy
CSS de la paleta de colores Radiant Alloy
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #b0c4de;
}
.color-5 {
color: #8080ff;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb84d;
--color-3: #ffd900;
--color-4: #b0c4de;
--color-5: #8080ff;
}
CSS del degradado de fondo Radiant Alloy
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb84d, #ffd900, #b0c4de, #8080ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb84d, #ffd900, #b0c4de, #8080ff);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Brillante
Radiant Alloy color palette created on .