Rose Tapestry カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rose Tapestry palette
Rose Tapestry カラーパレット CSS
/* CSS */
.color-1 {
color: #d17b8d;
}
.color-2 {
color: #e6b3c2;
}
.color-3 {
color: #f1d5d0;
}
.color-4 {
color: #f4b357;
}
.color-5 {
color: #d9a13f;
}
/* CSS Variables */
:root {
--color-1: #d17b8d;
--color-2: #e6b3c2;
--color-3: #f1d5d0;
--color-4: #f4b357;
--color-5: #d9a13f;
}
Rose Tapestry の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d17b8d, #e6b3c2, #f1d5d0, #f4b357, #d9a13f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d17b8d, #e6b3c2, #f1d5d0, #f4b357, #d9a13f);
}
似たようなカラーパレット
Rose Tapestry color palette created on .