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