Deep Green Daydream Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Deep Green Daydream palette
tavolozza dei colori Deep Green Daydream CSS
/* CSS */
.color-1 {
color: #3e6a79;
}
.color-2 {
color: #4ea679;
}
.color-3 {
color: #65b879;
}
.color-4 {
color: #7dd480;
}
.color-5 {
color: #a2e7a2;
}
/* CSS Variables */
:root {
--color-1: #3e6a79;
--color-2: #4ea679;
--color-3: #65b879;
--color-4: #7dd480;
--color-5: #a2e7a2;
}
CSS con gradiente di sfondo Deep Green Daydream
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e6a79, #4ea679, #65b879, #7dd480, #a2e7a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e6a79, #4ea679, #65b879, #7dd480, #a2e7a2);
}
Tavolozze di colori simili
Deep Green Daydream color palette created on .