Celestial Tempest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Tempest palette
Celestial Tempest color palette CSS
/* CSS */
.color-1 {
color: #b5e2f2;
}
.color-2 {
color: #a0d8e9;
}
.color-3 {
color: #7db8d4;
}
.color-4 {
color: #4aa1b5;
}
.color-5 {
color: #007c8a;
}
/* CSS Variables */
:root {
--color-1: #b5e2f2;
--color-2: #a0d8e9;
--color-3: #7db8d4;
--color-4: #4aa1b5;
--color-5: #007c8a;
}
Celestial Tempest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b5e2f2, #a0d8e9, #7db8d4, #4aa1b5, #007c8a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b5e2f2, #a0d8e9, #7db8d4, #4aa1b5, #007c8a);
}
Similar color palettes
Scroll down to explore 600+ Aesthetic color palettes
Celestial Tempest color palette created on .