Whispers of Ayla Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Ayla palette

Condividi questa palette a:

tavolozza dei colori Whispers of Ayla CSS

/* CSS */
.color-1 {
color: #f7b5a1;
}
.color-2 {
color: #f2d4c4;
}
.color-3 {
color: #e1b7b9;
}
.color-4 {
color: #d6a4c1;
}
.color-5 {
color: #aac7da;
}

/* CSS Variables */
:root {
--color-1: #f7b5a1;
--color-2: #f2d4c4;
--color-3: #e1b7b9;
--color-4: #d6a4c1;
--color-5: #aac7da;
}

CSS con gradiente di sfondo Whispers of Ayla

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b5a1, #f2d4c4, #e1b7b9, #d6a4c1, #aac7da);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b5a1, #f2d4c4, #e1b7b9, #d6a4c1, #aac7da);
}

Whispers of Ayla color palette created on .