Celestial Whirlwind Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Whirlwind palette
Celestial Whirlwind color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #f2e5d4;
}
.color-3 {
color: #f9b7b4;
}
.color-4 {
color: #ebb2e4;
}
.color-5 {
color: #d6a3e0;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #f2e5d4;
--color-3: #f9b7b4;
--color-4: #ebb2e4;
--color-5: #d6a3e0;
}
Celestial Whirlwind background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #f2e5d4, #f9b7b4, #ebb2e4, #d6a3e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #f2e5d4, #f9b7b4, #ebb2e4, #d6a3e0);
}
Similar color palettes
Scroll down to explore 1000+ Aesthetic color palettes
Celestial Whirlwind color palette created on .