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