Peanut Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Peanut Shades palette

Condividi questa palette a:

tavolozza dei colori Peanut Shades CSS

/* CSS */
.color-1 {
color: #d56c3f;
}
.color-2 {
color: #f1a85f;
}
.color-3 {
color: #f3e8b4;
}
.color-4 {
color: #a4d08a;
}
.color-5 {
color: #6e9d39;
}

/* CSS Variables */
:root {
--color-1: #d56c3f;
--color-2: #f1a85f;
--color-3: #f3e8b4;
--color-4: #a4d08a;
--color-5: #6e9d39;
}

CSS con gradiente di sfondo Peanut Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d56c3f, #f1a85f, #f3e8b4, #a4d08a, #6e9d39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d56c3f, #f1a85f, #f3e8b4, #a4d08a, #6e9d39);
}

Peanut Shades color palette created on .