Brown Sloth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Sloth palette

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

Brown Sloth カラーパレット CSS

/* CSS */
.color-1 {
color: #8b5a4b;
}
.color-2 {
color: #b2a45c;
}
.color-3 {
color: #e4c37c;
}
.color-4 {
color: #f0e4b2;
}
.color-5 {
color: #d1a9b3;
}

/* CSS Variables */
:root {
--color-1: #8b5a4b;
--color-2: #b2a45c;
--color-3: #e4c37c;
--color-4: #f0e4b2;
--color-5: #d1a9b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8b5a4b, #b2a45c, #e4c37c, #f0e4b2, #d1a9b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8b5a4b, #b2a45c, #e4c37c, #f0e4b2, #d1a9b3);
}

Brown Sloth color palette created on .