Beige Blue Lilac Teal Purple Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Beige Blue Lilac Teal Purple palette
Beige Blue Lilac Teal Purple color palette PNG image
Beige Blue Lilac Teal Purple color palette CSS
/* CSS */
.color-1 {
color: #d2c5b6;
}
.color-2 {
color: #a3c7e0;
}
.color-3 {
color: #b79fd1;
}
.color-4 {
color: #6a4e8d;
}
.color-5 {
color: #009975;
}
/* CSS Variables */
:root {
--color-1: #d2c5b6;
--color-2: #a3c7e0;
--color-3: #b79fd1;
--color-4: #6a4e8d;
--color-5: #009975;
}
Beige Blue Lilac Teal Purple background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2c5b6, #a3c7e0, #b79fd1, #6a4e8d, #009975);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2c5b6, #a3c7e0, #b79fd1, #6a4e8d, #009975);
}
Similar color palettes
Beige Blue Lilac Teal Purple color palette created on .