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