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