Stripes of Sunshine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Stripes of Sunshine palette

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

Stripes of Sunshine カラーパレット CSS

/* CSS */
.color-1 {
color: #000000;
}
.color-2 {
color: #7d7d7d;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #e0e0e0;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #000000;
--color-2: #7d7d7d;
--color-3: #ffffff;
--color-4: #e0e0e0;
--color-5: #ffcc00;
}

Stripes of Sunshine の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #000000, #7d7d7d, #ffffff, #e0e0e0, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #000000, #7d7d7d, #ffffff, #e0e0e0, #ffcc00);
}

Stripes of Sunshine color palette created on .