Shades of Green and Purple Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Green and Purple palette
tavolozza dei colori Shades of Green and Purple CSS
/* CSS */
.color-1 {
color: #69af4b;
}
.color-2 {
color: #a19afe;
}
.color-3 {
color: #6b5be6;
}
.color-4 {
color: #ff6b81;
}
.color-5 {
color: #fd9744;
}
/* CSS Variables */
:root {
--color-1: #69af4b;
--color-2: #a19afe;
--color-3: #6b5be6;
--color-4: #ff6b81;
--color-5: #fd9744;
}
CSS con gradiente di sfondo Shades of Green and Purple
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69af4b, #a19afe, #6b5be6, #ff6b81, #fd9744);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69af4b, #a19afe, #6b5be6, #ff6b81, #fd9744);
}
Tavolozze di colori simili
Shades of Green and Purple color palette created on .