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