60’s Goth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with 60’s Goth palette

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

60’s Goth カラーパレット CSS

/* CSS */
.color-1 {
color: #3b2a3c;
}
.color-2 {
color: #5f4f5f;
}
.color-3 {
color: #906f7f;
}
.color-4 {
color: #c8a3b1;
}
.color-5 {
color: #f7e3e8;
}

/* CSS Variables */
:root {
--color-1: #3b2a3c;
--color-2: #5f4f5f;
--color-3: #906f7f;
--color-4: #c8a3b1;
--color-5: #f7e3e8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b2a3c, #5f4f5f, #906f7f, #c8a3b1, #f7e3e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b2a3c, #5f4f5f, #906f7f, #c8a3b1, #f7e3e8);
}

似たようなカラーパレット

60’s Goth color palette created on .