Hydrangea Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hydrangea Dreams palette

このパレットを共有する先:

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;
}

Hydrangea Dreams の背景のグラデーション 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);
}

Hydrangea Dreams color palette created on .