Ambrosia & Patchouli Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Ambrosia & Patchouli palette

Condividi questa palette a:

tavolozza dei colori Ambrosia & Patchouli CSS

/* CSS */
.color-1 {
color: #f7bfb6;
}
.color-2 {
color: #d6a66b;
}
.color-3 {
color: #a35a3e;
}
.color-4 {
color: #8c3f2b;
}
.color-5 {
color: #4c2d24;
}

/* CSS Variables */
:root {
--color-1: #f7bfb6;
--color-2: #d6a66b;
--color-3: #a35a3e;
--color-4: #8c3f2b;
--color-5: #4c2d24;
}

CSS con gradiente di sfondo Ambrosia & Patchouli

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7bfb6, #d6a66b, #a35a3e, #8c3f2b, #4c2d24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7bfb6, #d6a66b, #a35a3e, #8c3f2b, #4c2d24);
}

Ambrosia & Patchouli color palette created on .