Peachy Tomoko Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Peachy Tomoko palette

Condividi questa palette a:

tavolozza dei colori Peachy Tomoko CSS

/* CSS */
.color-1 {
color: #f9b1ae;
}
.color-2 {
color: #f5b5a3;
}
.color-3 {
color: #f2c6a6;
}
.color-4 {
color: #d9d8c4;
}
.color-5 {
color: #bde5d8;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #f5b5a3;
--color-3: #f2c6a6;
--color-4: #d9d8c4;
--color-5: #bde5d8;
}

CSS con gradiente di sfondo Peachy Tomoko

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #f5b5a3, #f2c6a6, #d9d8c4, #bde5d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #f5b5a3, #f2c6a6, #d9d8c4, #bde5d8);
}

Peachy Tomoko color palette created on .