Anne of Crows Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Anne of Crows palette
Anne of Crows color palette CSS
/* CSS */
.color-1 {
color: #e9ccff;
}
.color-2 {
color: #f4e0ff;
}
.color-3 {
color: #ffe5f8;
}
.color-4 {
color: #fff0fd;
}
.color-5 {
color: #fffafb;
}
/* CSS Variables */
:root {
--color-1: #e9ccff;
--color-2: #f4e0ff;
--color-3: #ffe5f8;
--color-4: #fff0fd;
--color-5: #fffafb;
}
Anne of Crows background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9ccff, #f4e0ff, #ffe5f8, #fff0fd, #fffafb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9ccff, #f4e0ff, #ffe5f8, #fff0fd, #fffafb);
}
Similar color palettes
Scroll down to explore 100+ Light color palettes
Anne of Crows color palette created on .