Whispers of Angelica Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Angelica palette
Whispers of Angelica color palette CSS
/* CSS */
.color-1 {
color: #eab8e4;
}
.color-2 {
color: #d8a2d8;
}
.color-3 {
color: #b587c5;
}
.color-4 {
color: #e7c1e4;
}
.color-5 {
color: #f6a7c1;
}
/* CSS Variables */
:root {
--color-1: #eab8e4;
--color-2: #d8a2d8;
--color-3: #b587c5;
--color-4: #e7c1e4;
--color-5: #f6a7c1;
}
Whispers of Angelica background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #eab8e4, #d8a2d8, #b587c5, #e7c1e4, #f6a7c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #eab8e4, #d8a2d8, #b587c5, #e7c1e4, #f6a7c1);
}
Similar color palettes
Whispers of Angelica color palette created on .