Hopeful Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Hopeful Yellow palette

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

Hopeful Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #d6c45c;
}
.color-2 {
color: #8fdb8f;
}
.color-3 {
color: #50a0dc;
}
.color-4 {
color: #c57c8e;
}
.color-5 {
color: #f26e6e;
}

/* CSS Variables */
:root {
--color-1: #d6c45c;
--color-2: #8fdb8f;
--color-3: #50a0dc;
--color-4: #c57c8e;
--color-5: #f26e6e;
}

Hopeful Yellow の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d6c45c, #8fdb8f, #50a0dc, #c57c8e, #f26e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d6c45c, #8fdb8f, #50a0dc, #c57c8e, #f26e6e);
}

Hopeful Yellow color palette created on .