Peachy Angel Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Peachy Angel palette

Condividi questa palette a:

tavolozza dei colori Peachy Angel CSS

/* CSS */
.color-1 {
color: #f8e7d3;
}
.color-2 {
color: #e6cfc1;
}
.color-3 {
color: #d5b8a5;
}
.color-4 {
color: #c3998d;
}
.color-5 {
color: #a57f7e;
}

/* CSS Variables */
:root {
--color-1: #f8e7d3;
--color-2: #e6cfc1;
--color-3: #d5b8a5;
--color-4: #c3998d;
--color-5: #a57f7e;
}

CSS con gradiente di sfondo Peachy Angel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e7d3, #e6cfc1, #d5b8a5, #c3998d, #a57f7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e7d3, #e6cfc1, #d5b8a5, #c3998d, #a57f7e);
}

Peachy Angel color palette created on .