Whispers of Pearl Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Pearl palette

Condividi questa palette a:

tavolozza dei colori Whispers of Pearl CSS

/* CSS */
.color-1 {
color: #e0aeb6;
}
.color-2 {
color: #f8d7bf;
}
.color-3 {
color: #f8e8b4;
}
.color-4 {
color: #b7e1c2;
}
.color-5 {
color: #b2e5e6;
}

/* CSS Variables */
:root {
--color-1: #e0aeb6;
--color-2: #f8d7bf;
--color-3: #f8e8b4;
--color-4: #b7e1c2;
--color-5: #b2e5e6;
}

CSS con gradiente di sfondo Whispers of Pearl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0aeb6, #f8d7bf, #f8e8b4, #b7e1c2, #b2e5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0aeb6, #f8d7bf, #f8e8b4, #b7e1c2, #b2e5e6);
}

Whispers of Pearl color palette created on .