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