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