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