Regal Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Regal Reverie palette

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

Regal Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #f6a8a2;
}
.color-2 {
color: #f2e1c4;
}
.color-3 {
color: #e3b5d3;
}
.color-4 {
color: #a9c8e0;
}
.color-5 {
color: #6897c0;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f2e1c4;
--color-3: #e3b5d3;
--color-4: #a9c8e0;
--color-5: #6897c0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f2e1c4, #e3b5d3, #a9c8e0, #6897c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f2e1c4, #e3b5d3, #a9c8e0, #6897c0);
}

Regal Reverie color palette created on .