Violet Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Violet Reverie palette

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

Violet Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #a36dba;
}
.color-2 {
color: #6e90bf;
}
.color-3 {
color: #a1c7e3;
}
.color-4 {
color: #f2d0a1;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #a36dba;
--color-2: #6e90bf;
--color-3: #a1c7e3;
--color-4: #f2d0a1;
--color-5: #ff6e61;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a36dba, #6e90bf, #a1c7e3, #f2d0a1, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a36dba, #6e90bf, #a1c7e3, #f2d0a1, #ff6e61);
}

Violet Reverie color palette created on .