Whispers of Ashmay Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Ashmay palette

Condividi questa palette a:

tavolozza dei colori Whispers of Ashmay CSS

/* CSS */
.color-1 {
color: #f9a79f;
}
.color-2 {
color: #f2e7ba;
}
.color-3 {
color: #c5d1e7;
}
.color-4 {
color: #6da0df;
}
.color-5 {
color: #4d86b3;
}

/* CSS Variables */
:root {
--color-1: #f9a79f;
--color-2: #f2e7ba;
--color-3: #c5d1e7;
--color-4: #6da0df;
--color-5: #4d86b3;
}

CSS con gradiente di sfondo Whispers of Ashmay

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a79f, #f2e7ba, #c5d1e7, #6da0df, #4d86b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a79f, #f2e7ba, #c5d1e7, #6da0df, #4d86b3);
}

Whispers of Ashmay color palette created on .