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