Shades of Purple and Teal Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Purple and Teal palette
tavolozza dei colori Shades of Purple and Teal CSS
/* 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 con gradiente di sfondo 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);
}
Tavolozze di colori simili
Shades of Purple and Teal color palette created on .