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