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