Cloudy Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cloudy Dreams palette
Cloudy Dreams color palette PNG image
Cloudy Dreams color palette CSS
/* CSS */
.color-1 {
color: #d2deee;
}
.color-2 {
color: #eef4fc;
}
.color-3 {
color: #f8f1f4;
}
.color-4 {
color: #f8ece7;
}
.color-5 {
color: #f8e3e7;
}
/* CSS Variables */
:root {
--color-1: #d2deee;
--color-2: #eef4fc;
--color-3: #f8f1f4;
--color-4: #f8ece7;
--color-5: #f8e3e7;
}
Cloudy Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2deee, #eef4fc, #f8f1f4, #f8ece7, #f8e3e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2deee, #eef4fc, #f8f1f4, #f8ece7, #f8e3e7);
}
Similar color palettes
Cloudy Dreams color palette created on .