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: #ff7f7a;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffdb70;
}
.color-4 {
color: #f9f290;
}
.color-5 {
color: #a3d5e6;
}

/* CSS Variables */
:root {
--color-1: #ff7f7a;
--color-2: #ffb84d;
--color-3: #ffdb70;
--color-4: #f9f290;
--color-5: #a3d5e6;
}

CSS con gradiente di sfondo Shades of Pink and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7f7a, #ffb84d, #ffdb70, #f9f290, #a3d5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7f7a, #ffb84d, #ffdb70, #f9f290, #a3d5e6);
}

Shades of Pink and Blue color palette created on .