Pink and Blue Delight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Blue Delight palette

Condividi questa palette a:

tavolozza dei colori Pink and Blue Delight CSS

/* CSS */
.color-1 {
color: #f8d2bf;
}
.color-2 {
color: #f27d93;
}
.color-3 {
color: #e63746;
}
.color-4 {
color: #a7dadc;
}
.color-5 {
color: #447a9c;
}

/* CSS Variables */
:root {
--color-1: #f8d2bf;
--color-2: #f27d93;
--color-3: #e63746;
--color-4: #a7dadc;
--color-5: #447a9c;
}

CSS con gradiente di sfondo Pink and Blue Delight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8d2bf, #f27d93, #e63746, #a7dadc, #447a9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8d2bf, #f27d93, #e63746, #a7dadc, #447a9c);
}

Pink and Blue Delight color palette created on .