Warm Yellow カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Yellow palette

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

Warm Yellow カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e59c;
}
.color-2 {
color: #f4b61a;
}
.color-3 {
color: #e57b3e;
}
.color-4 {
color: #d04968;
}
.color-5 {
color: #a95b9c;
}

/* CSS Variables */
:root {
--color-1: #f7e59c;
--color-2: #f4b61a;
--color-3: #e57b3e;
--color-4: #d04968;
--color-5: #a95b9c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e59c, #f4b61a, #e57b3e, #d04968, #a95b9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e59c, #f4b61a, #e57b3e, #d04968, #a95b9c);
}

Warm Yellow color palette created on .