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