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