Dreamy Bed Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Bed palette
Dreamy Bed color palette PNG image
Dreamy Bed color palette CSS
/* CSS */
.color-1 {
color: #e09fbf;
}
.color-2 {
color: #f7c5d5;
}
.color-3 {
color: #f3e1d3;
}
.color-4 {
color: #f7e9b6;
}
.color-5 {
color: #f1b8a2;
}
/* CSS Variables */
:root {
--color-1: #e09fbf;
--color-2: #f7c5d5;
--color-3: #f3e1d3;
--color-4: #f7e9b6;
--color-5: #f1b8a2;
}
Dreamy Bed background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e09fbf, #f7c5d5, #f3e1d3, #f7e9b6, #f1b8a2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e09fbf, #f7c5d5, #f3e1d3, #f7e9b6, #f1b8a2);
}
Similar color palettes
Dreamy Bed color palette created on .