Hydrangea Dreams Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Hydrangea Dreams palette

Condividi questa palette a:

tavolozza dei colori Hydrangea Dreams 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;
}

CSS con gradiente di sfondo Hydrangea Dreams

/* 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);
}

Hydrangea Dreams color palette created on .