Whispers of Ashandor Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Ashandor palette

Condividi questa palette a:

tavolozza dei colori Whispers of Ashandor CSS

/* CSS */
.color-1 {
color: #a9b9d1;
}
.color-2 {
color: #f1c7a2;
}
.color-3 {
color: #f2a65f;
}
.color-4 {
color: #d95f3a;
}
.color-5 {
color: #6a4e4d;
}

/* CSS Variables */
:root {
--color-1: #a9b9d1;
--color-2: #f1c7a2;
--color-3: #f2a65f;
--color-4: #d95f3a;
--color-5: #6a4e4d;
}

CSS con gradiente di sfondo Whispers of Ashandor

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9b9d1, #f1c7a2, #f2a65f, #d95f3a, #6a4e4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9b9d1, #f1c7a2, #f2a65f, #d95f3a, #6a4e4d);
}

Whispers of Ashandor color palette created on .