Soft Dove Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Dove palette

Condividi questa palette a:

tavolozza dei colori Soft Dove CSS

/* CSS */
.color-1 {
color: #bfd4c1;
}
.color-2 {
color: #e1e6d6;
}
.color-3 {
color: #f4f8e2;
}
.color-4 {
color: #f6d8b1;
}
.color-5 {
color: #f2b0a1;
}

/* CSS Variables */
:root {
--color-1: #bfd4c1;
--color-2: #e1e6d6;
--color-3: #f4f8e2;
--color-4: #f6d8b1;
--color-5: #f2b0a1;
}

CSS con gradiente di sfondo Soft Dove

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfd4c1, #e1e6d6, #f4f8e2, #f6d8b1, #f2b0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfd4c1, #e1e6d6, #f4f8e2, #f6d8b1, #f2b0a1);
}

Soft Dove color palette created on .