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