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