Rosewood Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rosewood Reverie palette

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

Rosewood Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #9c4949;
}
.color-2 {
color: #d27070;
}
.color-3 {
color: #f1a2a2;
}
.color-4 {
color: #f6c6c6;
}
.color-5 {
color: #f9e1e1;
}

/* CSS Variables */
:root {
--color-1: #9c4949;
--color-2: #d27070;
--color-3: #f1a2a2;
--color-4: #f6c6c6;
--color-5: #f9e1e1;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c4949, #d27070, #f1a2a2, #f6c6c6, #f9e1e1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c4949, #d27070, #f1a2a2, #f6c6c6, #f9e1e1);
}

Rosewood Reverie color palette created on .