Sage and Pink Dream Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sage and Pink Dream palette

Condividi questa palette a:

tavolozza dei colori Sage and Pink Dream CSS

/* CSS */
.color-1 {
color: #d5c8b3;
}
.color-2 {
color: #f5e5e0;
}
.color-3 {
color: #b6e0ae;
}
.color-4 {
color: #e2a6b2;
}
.color-5 {
color: #c5d8cf;
}

/* CSS Variables */
:root {
--color-1: #d5c8b3;
--color-2: #f5e5e0;
--color-3: #b6e0ae;
--color-4: #e2a6b2;
--color-5: #c5d8cf;
}

CSS con gradiente di sfondo Sage and Pink Dream

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c8b3, #f5e5e0, #b6e0ae, #e2a6b2, #c5d8cf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c8b3, #f5e5e0, #b6e0ae, #e2a6b2, #c5d8cf);
}

Sage and Pink Dream color palette created on .