Brown Cutecore カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Cutecore palette

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

Brown Cutecore カラーパレット CSS

/* CSS */
.color-1 {
color: #d1bcb3;
}
.color-2 {
color: #edddca;
}
.color-3 {
color: #faf1e0;
}
.color-4 {
color: #fde7aa;
}
.color-5 {
color: #e6c6a7;
}

/* CSS Variables */
:root {
--color-1: #d1bcb3;
--color-2: #edddca;
--color-3: #faf1e0;
--color-4: #fde7aa;
--color-5: #e6c6a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1bcb3, #edddca, #faf1e0, #fde7aa, #e6c6a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1bcb3, #edddca, #faf1e0, #fde7aa, #e6c6a7);
}

Brown Cutecore color palette created on .