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