Celestial Wave Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Wave palette
Celestial Wave color palette CSS
/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #3ddbf0;
}
.color-3 {
color: #70e1f5;
}
.color-4 {
color: #a3f0e1;
}
.color-5 {
color: #f3f2c9;
}
/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #3ddbf0;
--color-3: #70e1f5;
--color-4: #a3f0e1;
--color-5: #f3f2c9;
}
Celestial Wave background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #3ddbf0, #70e1f5, #a3f0e1, #f3f2c9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #3ddbf0, #70e1f5, #a3f0e1, #f3f2c9);
}
Similar color palettes
Celestial Wave color palette created on .