Wren's Nest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Wren's Nest palette

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

Wren's Nest カラーパレット CSS

/* CSS */
.color-1 {
color: #5b4a39;
}
.color-2 {
color: #a87b5d;
}
.color-3 {
color: #d0a56c;
}
.color-4 {
color: #e9d7a5;
}
.color-5 {
color: #f4e0ae;
}

/* CSS Variables */
:root {
--color-1: #5b4a39;
--color-2: #a87b5d;
--color-3: #d0a56c;
--color-4: #e9d7a5;
--color-5: #f4e0ae;
}

Wren's Nest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b4a39, #a87b5d, #d0a56c, #e9d7a5, #f4e0ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b4a39, #a87b5d, #d0a56c, #e9d7a5, #f4e0ae);
}

Wren's Nest color palette created on .