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