Regal Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Regal Reverie palette

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

Regal Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #c4afcf;
}
.color-2 {
color: #a37b8c;
}
.color-3 {
color: #6d507c;
}
.color-4 {
color: #caaac9;
}
.color-5 {
color: #e3c0d3;
}

/* CSS Variables */
:root {
--color-1: #c4afcf;
--color-2: #a37b8c;
--color-3: #6d507c;
--color-4: #caaac9;
--color-5: #e3c0d3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c4afcf, #a37b8c, #6d507c, #caaac9, #e3c0d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c4afcf, #a37b8c, #6d507c, #caaac9, #e3c0d3);
}

Regal Reverie color palette created on .