Orchard Breeze Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Orchard Breeze palette
tavolozza dei colori Orchard Breeze CSS
/* CSS */
.color-1 {
color: #a6e09e;
}
.color-2 {
color: #b5e8b7;
}
.color-3 {
color: #d1f6d0;
}
.color-4 {
color: #f5fdd8;
}
.color-5 {
color: #ffecb3;
}
/* CSS Variables */
:root {
--color-1: #a6e09e;
--color-2: #b5e8b7;
--color-3: #d1f6d0;
--color-4: #f5fdd8;
--color-5: #ffecb3;
}
CSS con gradiente di sfondo Orchard Breeze
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e09e, #b5e8b7, #d1f6d0, #f5fdd8, #ffecb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e09e, #b5e8b7, #d1f6d0, #f5fdd8, #ffecb3);
}
Tavolozze di colori simili
Orchard Breeze color palette created on .