Dreamy Skies Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Skies palette
Dreamy Skies color palette CSS
/* CSS */
.color-1 {
color: #f0f8ff;
}
.color-2 {
color: #a4c2db;
}
.color-3 {
color: #b1e0e7;
}
.color-4 {
color: #e5e5fa;
}
.color-5 {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--color-1: #f0f8ff;
--color-2: #a4c2db;
--color-3: #b1e0e7;
--color-4: #e5e5fa;
--color-5: #ffb8c1;
}
Dreamy Skies background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0f8ff, #a4c2db, #b1e0e7, #e5e5fa, #ffb8c1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0f8ff, #a4c2db, #b1e0e7, #e5e5fa, #ffb8c1);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Dreamy Skies color palette created on .