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