Frosted Wrenwood カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Frosted Wrenwood palette

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

Frosted Wrenwood カラーパレット CSS

/* CSS */
.color-1 {
color: #a2b09c;
}
.color-2 {
color: #7d9b8e;
}
.color-3 {
color: #4d7b80;
}
.color-4 {
color: #2c5a5e;
}
.color-5 {
color: #203b3c;
}

/* CSS Variables */
:root {
--color-1: #a2b09c;
--color-2: #7d9b8e;
--color-3: #4d7b80;
--color-4: #2c5a5e;
--color-5: #203b3c;
}

Frosted Wrenwood の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a2b09c, #7d9b8e, #4d7b80, #2c5a5e, #203b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a2b09c, #7d9b8e, #4d7b80, #2c5a5e, #203b3c);
}

Frosted Wrenwood color palette created on .