Whiskered Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whiskered Elegance palette

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

Whiskered Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #a85f2e;
}
.color-2 {
color: #b67c49;
}
.color-3 {
color: #e6b989;
}
.color-4 {
color: #f5d4b2;
}
.color-5 {
color: #f4e8d2;
}

/* CSS Variables */
:root {
--color-1: #a85f2e;
--color-2: #b67c49;
--color-3: #e6b989;
--color-4: #f5d4b2;
--color-5: #f4e8d2;
}

Whiskered Elegance の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a85f2e, #b67c49, #e6b989, #f5d4b2, #f4e8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a85f2e, #b67c49, #e6b989, #f5d4b2, #f4e8d2);
}

Whiskered Elegance color palette created on .