Sunny Citrus Burst カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sunny Citrus Burst palette
Sunny Citrus Burst カラーパレット CSS
/* CSS */
.color-1 {
color: #f9d55d;
}
.color-2 {
color: #f9a12f;
}
.color-3 {
color: #f76c26;
}
.color-4 {
color: #e84f30;
}
.color-5 {
color: #d6383d;
}
/* CSS Variables */
:root {
--color-1: #f9d55d;
--color-2: #f9a12f;
--color-3: #f76c26;
--color-4: #e84f30;
--color-5: #d6383d;
}
Sunny Citrus Burst の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d55d, #f9a12f, #f76c26, #e84f30, #d6383d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d55d, #f9a12f, #f76c26, #e84f30, #d6383d);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Sunny Citrus Burst color palette created on .