Pastel Pink and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Pastel Pink and Blue palette

Condividi questa palette a:

tavolozza dei colori Pastel Pink and Blue CSS

/* CSS */
.color-1 {
color: #f7a6b6;
}
.color-2 {
color: #a3c3e0;
}
.color-3 {
color: #f1e5b1;
}
.color-4 {
color: #f7c5d5;
}
.color-5 {
color: #d8a0e4;
}

/* CSS Variables */
:root {
--color-1: #f7a6b6;
--color-2: #a3c3e0;
--color-3: #f1e5b1;
--color-4: #f7c5d5;
--color-5: #d8a0e4;
}

CSS con gradiente di sfondo Pastel Pink and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a6b6, #a3c3e0, #f1e5b1, #f7c5d5, #d8a0e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a6b6, #a3c3e0, #f1e5b1, #f7c5d5, #d8a0e4);
}

Pastel Pink and Blue color palette created on .