Blue Green to Violet Dream Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Green to Violet Dream palette
Blue Green to Violet Dream color palette CSS
/* CSS */
.color-1 {
color: #4eb7b1;
}
.color-2 {
color: #7d9aca;
}
.color-3 {
color: #a76c9e;
}
.color-4 {
color: #c78a52;
}
.color-5 {
color: #f3b530;
}
/* CSS Variables */
:root {
--color-1: #4eb7b1;
--color-2: #7d9aca;
--color-3: #a76c9e;
--color-4: #c78a52;
--color-5: #f3b530;
}
Blue Green to Violet Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4eb7b1, #7d9aca, #a76c9e, #c78a52, #f3b530);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4eb7b1, #7d9aca, #a76c9e, #c78a52, #f3b530);
}
Similar color palettes
Scroll down to explore 300+ Aesthetic color palettes
Blue Green to Violet Dream color palette created on .