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