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