Brown Pasta カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Pasta palette

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

Brown Pasta カラーパレット CSS

/* CSS */
.color-1 {
color: #f5d18e;
}
.color-2 {
color: #e6b560;
}
.color-3 {
color: #d68a4c;
}
.color-4 {
color: #c47a4f;
}
.color-5 {
color: #a65d30;
}

/* CSS Variables */
:root {
--color-1: #f5d18e;
--color-2: #e6b560;
--color-3: #d68a4c;
--color-4: #c47a4f;
--color-5: #a65d30;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5d18e, #e6b560, #d68a4c, #c47a4f, #a65d30);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5d18e, #e6b560, #d68a4c, #c47a4f, #a65d30);
}

Brown Pasta color palette created on .