Dreamy Hues of Hope カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Dreamy Hues of Hope palette

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

Dreamy Hues of Hope カラーパレット CSS

/* CSS */
.color-1 {
color: #f7c6b6;
}
.color-2 {
color: #f9d59f;
}
.color-3 {
color: #f3e4aa;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #7d9fcf;
}

/* CSS Variables */
:root {
--color-1: #f7c6b6;
--color-2: #f9d59f;
--color-3: #f3e4aa;
--color-4: #a3d5e0;
--color-5: #7d9fcf;
}

Dreamy Hues of Hope の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c6b6, #f9d59f, #f3e4aa, #a3d5e0, #7d9fcf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c6b6, #f9d59f, #f3e4aa, #a3d5e0, #7d9fcf);
}

Dreamy Hues of Hope color palette created on .