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