Brown Fudge Cookie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Fudge Cookie palette

このパレットを共有する先:

Brown Fudge Cookie カラーパレット CSS

/* CSS */
.color-1 {
color: #492e2d;
}
.color-2 {
color: #6c4b41;
}
.color-3 {
color: #a26653;
}
.color-4 {
color: #cea37e;
}
.color-5 {
color: #e4c4af;
}

/* CSS Variables */
:root {
--color-1: #492e2d;
--color-2: #6c4b41;
--color-3: #a26653;
--color-4: #cea37e;
--color-5: #e4c4af;
}

Brown Fudge Cookie の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #492e2d, #6c4b41, #a26653, #cea37e, #e4c4af);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #492e2d, #6c4b41, #a26653, #cea37e, #e4c4af);
}

Brown Fudge Cookie color palette created on .