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