Whispers of Avil Luc Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Avil Luc palette

Share this palette to:

Whispers of Avil Luc color palette CSS

/* CSS */
.color-1 {
color: #f7b2a6;
}
.color-2 {
color: #ffcc66;
}
.color-3 {
color: #ffdd99;
}
.color-4 {
color: #80d1b9;
}
.color-5 {
color: #4b9eec;
}

/* CSS Variables */
:root {
--color-1: #f7b2a6;
--color-2: #ffcc66;
--color-3: #ffdd99;
--color-4: #80d1b9;
--color-5: #4b9eec;
}

Whispers of Avil Luc background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a6, #ffcc66, #ffdd99, #80d1b9, #4b9eec);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a6, #ffcc66, #ffdd99, #80d1b9, #4b9eec);
}

Whispers of Avil Luc color palette created on .