Shades of Pink and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Pink and Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Pink and Blue CSS

/* CSS */
.color-1 {
color: #f6c7b6;
}
.color-2 {
color: #f9e1b4;
}
.color-3 {
color: #f7e6a1;
}
.color-4 {
color: #b8e4af;
}
.color-5 {
color: #74c7d8;
}

/* CSS Variables */
:root {
--color-1: #f6c7b6;
--color-2: #f9e1b4;
--color-3: #f7e6a1;
--color-4: #b8e4af;
--color-5: #74c7d8;
}

CSS con gradiente di sfondo Shades of Pink and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6c7b6, #f9e1b4, #f7e6a1, #b8e4af, #74c7d8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6c7b6, #f9e1b4, #f7e6a1, #b8e4af, #74c7d8);
}

Shades of Pink and Blue color palette created on .