Blue and Pink Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue and Pink Dream palette

Condividi questa palette a:

tavolozza dei colori Blue and Pink Dream CSS

/* CSS */
.color-1 {
color: #1f8fff;
}
.color-2 {
color: #ff6bb5;
}
.color-3 {
color: #89cfeb;
}
.color-4 {
color: #ff1492;
}
.color-5 {
color: #ffb8c1;
}

/* CSS Variables */
:root {
--color-1: #1f8fff;
--color-2: #ff6bb5;
--color-3: #89cfeb;
--color-4: #ff1492;
--color-5: #ffb8c1;
}

CSS con gradiente di sfondo Blue and Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f8fff, #ff6bb5, #89cfeb, #ff1492, #ffb8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f8fff, #ff6bb5, #89cfeb, #ff1492, #ffb8c1);
}

Blue and Pink Dream color palette created on .