Whispers of Rosewood カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Whispers of Rosewood palette

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

Whispers of Rosewood カラーパレット CSS

/* CSS */
.color-1 {
color: #efe6e8;
}
.color-2 {
color: #d6c7ce;
}
.color-3 {
color: #b6aab6;
}
.color-4 {
color: #a09298;
}
.color-5 {
color: #88777c;
}

/* CSS Variables */
:root {
--color-1: #efe6e8;
--color-2: #d6c7ce;
--color-3: #b6aab6;
--color-4: #a09298;
--color-5: #88777c;
}

Whispers of Rosewood の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #efe6e8, #d6c7ce, #b6aab6, #a09298, #88777c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #efe6e8, #d6c7ce, #b6aab6, #a09298, #88777c);
}

Whispers of Rosewood color palette created on .