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