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