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