Regal Retreat カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Regal Retreat palette

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

Regal Retreat カラーパレット CSS

/* CSS */
.color-1 {
color: #d9c5a0;
}
.color-2 {
color: #a78c6c;
}
.color-3 {
color: #7d5c40;
}
.color-4 {
color: #5d3c32;
}
.color-5 {
color: #381e1f;
}

/* CSS Variables */
:root {
--color-1: #d9c5a0;
--color-2: #a78c6c;
--color-3: #7d5c40;
--color-4: #5d3c32;
--color-5: #381e1f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c5a0, #a78c6c, #7d5c40, #5d3c32, #381e1f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c5a0, #a78c6c, #7d5c40, #5d3c32, #381e1f);
}

Regal Retreat color palette created on .