Paleta de colores Purple Dawn
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Purple Dawn palette
CSS de la paleta de colores Purple Dawn
/* CSS */
.color-1 {
color: #6a5bcd;
}
.color-2 {
color: #85cdfa;
}
.color-3 {
color: #f0e78e;
}
.color-4 {
color: #ffb347;
}
.color-5 {
color: #ff6347;
}
/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #85cdfa;
--color-3: #f0e78e;
--color-4: #ffb347;
--color-5: #ff6347;
}
CSS del degradado de fondo Purple Dawn
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #85cdfa, #f0e78e, #ffb347, #ff6347);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #85cdfa, #f0e78e, #ffb347, #ff6347);
}
Paletas de colores similares
Purple Dawn color palette created on .