Cookie Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Cookie Delight palette
Cookie Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #d8b76e;
}
.color-2 {
color: #e9b79f;
}
.color-3 {
color: #f7e0c5;
}
.color-4 {
color: #c6a65d;
}
.color-5 {
color: #a45d37;
}
/* CSS Variables */
:root {
--color-1: #d8b76e;
--color-2: #e9b79f;
--color-3: #f7e0c5;
--color-4: #c6a65d;
--color-5: #a45d37;
}
Cookie Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d8b76e, #e9b79f, #f7e0c5, #c6a65d, #a45d37);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d8b76e, #e9b79f, #f7e0c5, #c6a65d, #a45d37);
}
似たようなカラーパレット
下にスクロールして100+個のベージュカラーパレットを探索しましょう
Cookie Delight color palette created on .