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