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