Celeste Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Celeste Dreams palette
Celeste Dreams color palette CSS
/* CSS */
.color-1 {
color: #a1d7e3;
}
.color-2 {
color: #f0e3c7;
}
.color-3 {
color: #ff998a;
}
.color-4 {
color: #f6c6d3;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a1d7e3;
--color-2: #f0e3c7;
--color-3: #ff998a;
--color-4: #f6c6d3;
--color-5: #ff6e61;
}
Celeste Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1d7e3, #f0e3c7, #ff998a, #f6c6d3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1d7e3, #f0e3c7, #ff998a, #f6c6d3, #ff6e61);
}
Similar color palettes
Celeste Dreams color palette created on .