Hydrangea Dreams Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hydrangea Dreams palette
Hydrangea Dreams color palette CSS
/* CSS */
.color-1 {
color: #a6c6ed;
}
.color-2 {
color: #af9fd1;
}
.color-3 {
color: #e7b6e6;
}
.color-4 {
color: #f4a4b1;
}
.color-5 {
color: #ff6e61;
}
/* CSS Variables */
:root {
--color-1: #a6c6ed;
--color-2: #af9fd1;
--color-3: #e7b6e6;
--color-4: #f4a4b1;
--color-5: #ff6e61;
}
Hydrangea Dreams background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6c6ed, #af9fd1, #e7b6e6, #f4a4b1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6c6ed, #af9fd1, #e7b6e6, #f4a4b1, #ff6e61);
}
Similar color palettes
Hydrangea Dreams color palette created on .