Retro Tech Minimalist カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Retro Tech Minimalist palette

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

Retro Tech Minimalist カラーパレット (PNG) をダウンロード

Download retro tech minimalist color palette PNG image (landscape)
Download retro tech minimalist color palette PNG image (square)

Retro Tech Minimalist カラーパレット CSS

/* CSS */
.color-1 {
color: #1c3e5a;
}
.color-2 {
color: #4d7c99;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #f0d39e;
}
.color-5 {
color: #d85b31;
}

/* CSS Variables */
:root {
--color-1: #1c3e5a;
--color-2: #4d7c99;
--color-3: #a1c1d4;
--color-4: #f0d39e;
--color-5: #d85b31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3e5a, #4d7c99, #a1c1d4, #f0d39e, #d85b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3e5a, #4d7c99, #a1c1d4, #f0d39e, #d85b31);
}

Retro Tech Minimalist color palette created on .