Gentle Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Gentle Pink palette

Condividi questa palette a:

tavolozza dei colori Gentle Pink CSS

/* CSS */
.color-1 {
color: #f1c6d0;
}
.color-2 {
color: #e3a5c1;
}
.color-3 {
color: #d78eba;
}
.color-4 {
color: #aa7dcf;
}
.color-5 {
color: #6b5a90;
}

/* CSS Variables */
:root {
--color-1: #f1c6d0;
--color-2: #e3a5c1;
--color-3: #d78eba;
--color-4: #aa7dcf;
--color-5: #6b5a90;
}

CSS con gradiente di sfondo Gentle Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c6d0, #e3a5c1, #d78eba, #aa7dcf, #6b5a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c6d0, #e3a5c1, #d78eba, #aa7dcf, #6b5a90);
}

Gentle Pink color palette created on .