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