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