Shades of Peach Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Peach palette

Condividi questa palette a:

tavolozza dei colori Shades of Peach CSS

/* CSS */
.color-1 {
color: #f3d5a0;
}
.color-2 {
color: #f09d70;
}
.color-3 {
color: #e76d4b;
}
.color-4 {
color: #d35f9d;
}
.color-5 {
color: #6a8faf;
}

/* CSS Variables */
:root {
--color-1: #f3d5a0;
--color-2: #f09d70;
--color-3: #e76d4b;
--color-4: #d35f9d;
--color-5: #6a8faf;
}

CSS con gradiente di sfondo Shades of Peach

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3d5a0, #f09d70, #e76d4b, #d35f9d, #6a8faf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3d5a0, #f09d70, #e76d4b, #d35f9d, #6a8faf);
}

Shades of Peach color palette created on .