Celestial Whispers Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celestial Whispers palette
Celestial Whispers color palette CSS
/* CSS */
.color-1 {
color: #a7e7df;
}
.color-2 {
color: #b4e5f8;
}
.color-3 {
color: #f1c6d5;
}
.color-4 {
color: #fce2a1;
}
.color-5 {
color: #ffb3b3;
}
/* CSS Variables */
:root {
--color-1: #a7e7df;
--color-2: #b4e5f8;
--color-3: #f1c6d5;
--color-4: #fce2a1;
--color-5: #ffb3b3;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7e7df, #b4e5f8, #f1c6d5, #fce2a1, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7e7df, #b4e5f8, #f1c6d5, #fce2a1, #ffb3b3);
}
Similar color palettes
Celestial Whispers color palette created on .