Warm Shades of Orange カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Warm Shades of Orange palette
Warm Shades of Orange カラーパレット (PNG) をダウンロード
Warm Shades of Orange カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffec3d;
}
.color-4 {
color: #dce773;
}
.color-5 {
color: #4cae4f;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffec3d;
--color-4: #dce773;
--color-5: #4cae4f;
}
Warm Shades of Orange の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffec3d, #dce773, #4cae4f);
}
似たようなカラーパレット
Warm Shades of Orange color palette created on .