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