Warm Yellow カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Yellow palette
Warm Yellow カラーパレット CSS
/* CSS */
.color-1 {
color: #ffbd61;
}
.color-2 {
color: #ffd79e;
}
.color-3 {
color: #fff2c2;
}
.color-4 {
color: #ffe0a3;
}
.color-5 {
color: #ffb657;
}
/* CSS Variables */
:root {
--color-1: #ffbd61;
--color-2: #ffd79e;
--color-3: #fff2c2;
--color-4: #ffe0a3;
--color-5: #ffb657;
}
Warm Yellow の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbd61, #ffd79e, #fff2c2, #ffe0a3, #ffb657);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbd61, #ffd79e, #fff2c2, #ffe0a3, #ffb657);
}
似たようなカラーパレット
Warm Yellow color palette created on .