Brewed Delicacies カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brewed Delicacies palette

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

Brewed Delicacies カラーパレット CSS

/* CSS */
.color-1 {
color: #5b3a29;
}
.color-2 {
color: #c88a5b;
}
.color-3 {
color: #f0c49e;
}
.color-4 {
color: #f7e3b6;
}
.color-5 {
color: #a86a4d;
}

/* CSS Variables */
:root {
--color-1: #5b3a29;
--color-2: #c88a5b;
--color-3: #f0c49e;
--color-4: #f7e3b6;
--color-5: #a86a4d;
}

Brewed Delicacies の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b3a29, #c88a5b, #f0c49e, #f7e3b6, #a86a4d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b3a29, #c88a5b, #f0c49e, #f7e3b6, #a86a4d);
}

Brewed Delicacies color palette created on .