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