Shades of Purple and Teal Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Purple and Teal palette
Shades of Purple and Teal color palette 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;
}
Shades of Purple and Teal background gradient CSS
/* 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);
}
Similar color palettes
Shades of Purple and Teal color palette created on .