Whispers of Ayla Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Ayla palette

Share this palette to:

Whispers of Ayla color palette 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;
}

Whispers of Ayla background gradient CSS

/* 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 .