Paleta de colores Shades of Purple
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Purple palette
CSS de la paleta de colores Shades of Purple
/* CSS */
.color-1 {
color: #b795d5;
}
.color-2 {
color: #a65cc1;
}
.color-3 {
color: #d56266;
}
.color-4 {
color: #e59971;
}
.color-5 {
color: #e7cc92;
}
/* CSS Variables */
:root {
--color-1: #b795d5;
--color-2: #a65cc1;
--color-3: #d56266;
--color-4: #e59971;
--color-5: #e7cc92;
}
CSS del degradado de fondo Shades of Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b795d5, #a65cc1, #d56266, #e59971, #e7cc92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b795d5, #a65cc1, #d56266, #e59971, #e7cc92);
}
Paletas de colores similares
Shades of Purple color palette created on .