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