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