Dreamy Echoes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Echoes palette
Dreamy Echoes color palette CSS
/* CSS */
.color-1 {
color: #f1dfd5;
}
.color-2 {
color: #e2b6d0;
}
.color-3 {
color: #c99ada;
}
.color-4 {
color: #7d91d9;
}
.color-5 {
color: #4c7eeb;
}
/* CSS Variables */
:root {
--color-1: #f1dfd5;
--color-2: #e2b6d0;
--color-3: #c99ada;
--color-4: #7d91d9;
--color-5: #4c7eeb;
}
Dreamy Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1dfd5, #e2b6d0, #c99ada, #7d91d9, #4c7eeb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1dfd5, #e2b6d0, #c99ada, #7d91d9, #4c7eeb);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Dreamy Echoes color palette created on .