Rosewood Shades カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rosewood Shades palette

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

Rosewood Shades カラーパレット CSS

/* CSS */
.color-1 {
color: #d2a3a6;
}
.color-2 {
color: #c78f91;
}
.color-3 {
color: #a76c73;
}
.color-4 {
color: #8d4e52;
}
.color-5 {
color: #6a343a;
}

/* CSS Variables */
:root {
--color-1: #d2a3a6;
--color-2: #c78f91;
--color-3: #a76c73;
--color-4: #8d4e52;
--color-5: #6a343a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2a3a6, #c78f91, #a76c73, #8d4e52, #6a343a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2a3a6, #c78f91, #a76c73, #8d4e52, #6a343a);
}

Rosewood Shades color palette created on .