Renaissance Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Renaissance Reverie palette

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

Renaissance Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #0048ad;
}
.color-2 {
color: #f8f1e2;
}
.color-3 {
color: #ff6347;
}
.color-4 {
color: #c69c6c;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #0048ad;
--color-2: #f8f1e2;
--color-3: #ff6347;
--color-4: #c69c6c;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0048ad, #f8f1e2, #ff6347, #c69c6c, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0048ad, #f8f1e2, #ff6347, #c69c6c, #000000);
}

Renaissance Reverie color palette created on .