Whispers of Aniyah Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Aniyah palette
Download Whispers of Aniyah Color Palette (PNG)
Whispers of Aniyah color palette CSS
/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f9d39f;
}
.color-3 {
color: #f6e1b6;
}
.color-4 {
color: #a1d5e3;
}
.color-5 {
color: #6c9ca3;
}
/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f9d39f;
--color-3: #f6e1b6;
--color-4: #a1d5e3;
--color-5: #6c9ca3;
}
Whispers of Aniyah background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f9d39f, #f6e1b6, #a1d5e3, #6c9ca3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f9d39f, #f6e1b6, #a1d5e3, #6c9ca3);
}
Similar color palettes
Whispers of Aniyah color palette created on .