Rosewood Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rosewood Vibes palette

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

Rosewood Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #66000c;
}
.color-2 {
color: #a300a0;
}
.color-3 {
color: #d6006f;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #66000c;
--color-2: #a300a0;
--color-3: #d6006f;
--color-4: #ff6e61;
--color-5: #ffb300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #66000c, #a300a0, #d6006f, #ff6e61, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #66000c, #a300a0, #d6006f, #ff6e61, #ffb300);
}

Rosewood Vibes color palette created on .