60s Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 60s Sunshine palette

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

60s Sunshine カラー パレット PNG 画像

Download 60s sunshine color palette PNG image (landscape)
Download 60s sunshine color palette PNG image (square)

60s Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #e6b147;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #f0a800;
}
.color-4 {
color: #d68f00;
}
.color-5 {
color: #9e6c00;
}

/* CSS Variables */
:root {
--color-1: #e6b147;
--color-2: #f5a524;
--color-3: #f0a800;
--color-4: #d68f00;
--color-5: #9e6c00;
}

60s Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b147, #f5a524, #f0a800, #d68f00, #9e6c00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b147, #f5a524, #f0a800, #d68f00, #9e6c00);
}

60s Sunshine color palette created on .