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