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