Whimsical Skies and Lavender Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Skies and Lavender Dreams palette
Whimsical Skies and Lavender Dreams color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #b3d4e0;
}
.color-3 {
color: #e5b8e5;
}
.color-4 {
color: #f8d2a0;
}
.color-5 {
color: #f9a4b9;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #b3d4e0;
--color-3: #e5b8e5;
--color-4: #f8d2a0;
--color-5: #f9a4b9;
}
Whimsical Skies and Lavender Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #b3d4e0, #e5b8e5, #f8d2a0, #f9a4b9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #b3d4e0, #e5b8e5, #f8d2a0, #f9a4b9);
}
Similar color palettes
Whimsical Skies and Lavender Dreams color palette created on .