Whispers of Angelica Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Angelica palette

Condividi questa palette a:

tavolozza dei colori Whispers of Angelica CSS

/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d8a2d8;
}
.color-3 {
color: #b587c5;
}
.color-4 {
color: #e7c1e4;
}
.color-5 {
color: #f6a7c1;
}

/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d8a2d8;
--color-3: #b587c5;
--color-4: #e7c1e4;
--color-5: #f6a7c1;
}

CSS con gradiente di sfondo Whispers of Angelica

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d8a2d8, #b587c5, #e7c1e4, #f6a7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d8a2d8, #b587c5, #e7c1e4, #f6a7c1);
}

Whispers of Angelica color palette created on .