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