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: #f0e78e;
}
.color-2 {
color: #e0b51a;
}
.color-3 {
color: #c67d39;
}
.color-4 {
color: #a34d90;
}
.color-5 {
color: #7c3c9a;
}
/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #e0b51a;
--color-3: #c67d39;
--color-4: #a34d90;
--color-5: #7c3c9a;
}
Shades of Yellow and Purple の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #e0b51a, #c67d39, #a34d90, #7c3c9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #e0b51a, #c67d39, #a34d90, #7c3c9a);
}
似たようなカラーパレット
下にスクロールして100+個のブライトカラーパレットを探索しましょう
Shades of Yellow and Purple color palette created on .