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