Apple Orchard Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Apple Orchard palette

Condividi questa palette a:

tavolozza dei colori Apple Orchard CSS

/* CSS */
.color-1 {
color: #ff3d3d;
}
.color-2 {
color: #ffbb3d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #3dff3d;
}
.color-5 {
color: #3dffd5;
}

/* CSS Variables */
:root {
--color-1: #ff3d3d;
--color-2: #ffbb3d;
--color-3: #ffec3d;
--color-4: #3dff3d;
--color-5: #3dffd5;
}

CSS con gradiente di sfondo Apple Orchard

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff3d3d, #ffbb3d, #ffec3d, #3dff3d, #3dffd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff3d3d, #ffbb3d, #ffec3d, #3dff3d, #3dffd5);
}

Apple Orchard color palette created on .