Blushing Ink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blushing Ink palette

Condividi questa palette a:

tavolozza dei colori Blushing Ink CSS

/* CSS */
.color-1 {
color: #f7c6a1;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #e07b8d;
}
.color-4 {
color: #d45e79;
}
.color-5 {
color: #c14969;
}

/* CSS Variables */
:root {
--color-1: #f7c6a1;
--color-2: #f1a8a2;
--color-3: #e07b8d;
--color-4: #d45e79;
--color-5: #c14969;
}

CSS con gradiente di sfondo Blushing Ink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6a1, #f1a8a2, #e07b8d, #d45e79, #c14969);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6a1, #f1a8a2, #e07b8d, #d45e79, #c14969);
}

Blushing Ink color palette created on .