2027 カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 2027 palette

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

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

Download 2027 color palette PNG image (landscape)
Download 2027 color palette PNG image (square)

2027 カラーパレット CSS

/* CSS */
.color-1 {
color: #d1a000;
}
.color-2 {
color: #a87b00;
}
.color-3 {
color: #705000;
}
.color-4 {
color: #3d3d3d;
}
.color-5 {
color: #1a1a1a;
}

/* CSS Variables */
:root {
--color-1: #d1a000;
--color-2: #a87b00;
--color-3: #705000;
--color-4: #3d3d3d;
--color-5: #1a1a1a;
}

2027 の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d1a000, #a87b00, #705000, #3d3d3d, #1a1a1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d1a000, #a87b00, #705000, #3d3d3d, #1a1a1a);
}

2027 color palette created on .