Dreamy Hyacinth Breeze Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Dreamy Hyacinth Breeze palette

Share this palette to:

Dreamy Hyacinth Breeze color palette CSS

/* CSS */
.color-1 {
color: #a5a3e0;
}
.color-2 {
color: #6c8ccb;
}
.color-3 {
color: #4c92b8;
}
.color-4 {
color: #4edaa6;
}
.color-5 {
color: #f5c7df;
}

/* CSS Variables */
:root {
--color-1: #a5a3e0;
--color-2: #6c8ccb;
--color-3: #4c92b8;
--color-4: #4edaa6;
--color-5: #f5c7df;
}

Dreamy Hyacinth Breeze background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a3e0, #6c8ccb, #4c92b8, #4edaa6, #f5c7df);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a3e0, #6c8ccb, #4c92b8, #4edaa6, #f5c7df);
}

Dreamy Hyacinth Breeze color palette created on .