Pink and Blue Clouds Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pink and Blue Clouds palette

Condividi questa palette a:

tavolozza dei colori Pink and Blue Clouds CSS

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #f9c8cb;
}
.color-3 {
color: #f2d4b5;
}
.color-4 {
color: #a1d3e8;
}
.color-5 {
color: #6b9cc2;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #f9c8cb;
--color-3: #f2d4b5;
--color-4: #a1d3e8;
--color-5: #6b9cc2;
}

CSS con gradiente di sfondo Pink and Blue Clouds

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #f9c8cb, #f2d4b5, #a1d3e8, #6b9cc2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #f9c8cb, #f2d4b5, #a1d3e8, #6b9cc2);
}

Pink and Blue Clouds color palette created on .