Dreamy Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Dreamy Vibes palette
Dreamy Vibes color palette PNG image
Dreamy Vibes color palette CSS
/* CSS */
.color-1 {
color: #e0b3ff;
}
.color-2 {
color: #c67aff;
}
.color-3 {
color: #a55cff;
}
.color-4 {
color: #7c4dff;
}
.color-5 {
color: #4b91e2;
}
/* CSS Variables */
:root {
--color-1: #e0b3ff;
--color-2: #c67aff;
--color-3: #a55cff;
--color-4: #7c4dff;
--color-5: #4b91e2;
}
Dreamy Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0b3ff, #c67aff, #a55cff, #7c4dff, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0b3ff, #c67aff, #a55cff, #7c4dff, #4b91e2);
}
Similar color palettes
Dreamy Vibes color palette created on .