Divine Pink Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Divine Pink palette

Condividi questa palette a:

tavolozza dei colori Divine Pink CSS

/* CSS */
.color-1 {
color: #f9c8cf;
}
.color-2 {
color: #f8a5b3;
}
.color-3 {
color: #f67e94;
}
.color-4 {
color: #f05675;
}
.color-5 {
color: #e62d55;
}

/* CSS Variables */
:root {
--color-1: #f9c8cf;
--color-2: #f8a5b3;
--color-3: #f67e94;
--color-4: #f05675;
--color-5: #e62d55;
}

CSS con gradiente di sfondo Divine Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9c8cf, #f8a5b3, #f67e94, #f05675, #e62d55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9c8cf, #f8a5b3, #f67e94, #f05675, #e62d55);
}

Divine Pink color palette created on .