Paleta de colores Ametista Dream
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Ametista Dream palette
CSS de la paleta de colores Ametista Dream
/* CSS */
.color-1 {
color: #9c5eba;
}
.color-2 {
color: #d3a5e9;
}
.color-3 {
color: #f2c5d3;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #ff9900;
}
/* CSS Variables */
:root {
--color-1: #9c5eba;
--color-2: #d3a5e9;
--color-3: #f2c5d3;
--color-4: #f9d66c;
--color-5: #ff9900;
}
CSS del degradado de fondo Ametista Dream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c5eba, #d3a5e9, #f2c5d3, #f9d66c, #ff9900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c5eba, #d3a5e9, #f2c5d3, #f9d66c, #ff9900);
}
Paletas de colores similares
Ametista Dream color palette created on .