Rustic Reverie カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rustic Reverie palette

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

Rustic Reverie カラーパレット CSS

/* CSS */
.color-1 {
color: #496c97;
}
.color-2 {
color: #2b3031;
}
.color-3 {
color: #8c2121;
}
.color-4 {
color: #c8a55b;
}
.color-5 {
color: #f0a800;
}

/* CSS Variables */
:root {
--color-1: #496c97;
--color-2: #2b3031;
--color-3: #8c2121;
--color-4: #c8a55b;
--color-5: #f0a800;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #496c97, #2b3031, #8c2121, #c8a55b, #f0a800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #496c97, #2b3031, #8c2121, #c8a55b, #f0a800);
}

Rustic Reverie color palette created on .