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