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