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: #a6c6ed;
}
.color-2 {
color: #e0f7fa;
}
.color-3 {
color: #f5e19e;
}
.color-4 {
color: #f2b1c1;
}
.color-5 {
color: #f86d6d;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #e0f7fa;
--color-3: #f5e19e;
--color-4: #f2b1c1;
--color-5: #f86d6d;
}
Celestial Whispers background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #e0f7fa, #f5e19e, #f2b1c1, #f86d6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #e0f7fa, #f5e19e, #f2b1c1, #f86d6d);
}
Similar color palettes
Celestial Whispers color palette created on .