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