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