Whispered Pages Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispered Pages palette

Condividi questa palette a:

tavolozza dei colori Whispered Pages CSS

/* CSS */
.color-1 {
color: #e7d2b6;
}
.color-2 {
color: #c9b09c;
}
.color-3 {
color: #a78f8b;
}
.color-4 {
color: #6d496e;
}
.color-5 {
color: #3b2a41;
}

/* CSS Variables */
:root {
--color-1: #e7d2b6;
--color-2: #c9b09c;
--color-3: #a78f8b;
--color-4: #6d496e;
--color-5: #3b2a41;
}

CSS con gradiente di sfondo Whispered Pages

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d2b6, #c9b09c, #a78f8b, #6d496e, #3b2a41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d2b6, #c9b09c, #a78f8b, #6d496e, #3b2a41);
}

Whispered Pages color palette created on .