Retro Reception カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Reception palette

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

Retro Reception カラーパレット CSS

/* CSS */
.color-1 {
color: #1d314e;
}
.color-2 {
color: #4b5e72;
}
.color-3 {
color: #707f89;
}
.color-4 {
color: #a8c5cd;
}
.color-5 {
color: #e3a46d;
}

/* CSS Variables */
:root {
--color-1: #1d314e;
--color-2: #4b5e72;
--color-3: #707f89;
--color-4: #a8c5cd;
--color-5: #e3a46d;
}

Retro Reception の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d314e, #4b5e72, #707f89, #a8c5cd, #e3a46d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d314e, #4b5e72, #707f89, #a8c5cd, #e3a46d);
}

Retro Reception color palette created on .