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