Sunset Strokes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Strokes palette

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

Sunset Strokes カラーパレット CSS

/* CSS */
.color-1 {
color: #4d9bdb;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f9d36c;
}
.color-4 {
color: #f78c22;
}
.color-5 {
color: #f05a28;
}

/* CSS Variables */
:root {
--color-1: #4d9bdb;
--color-2: #f1a8a2;
--color-3: #f9d36c;
--color-4: #f78c22;
--color-5: #f05a28;
}

Sunset Strokes の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4d9bdb, #f1a8a2, #f9d36c, #f78c22, #f05a28);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4d9bdb, #f1a8a2, #f9d36c, #f78c22, #f05a28);
}

Sunset Strokes color palette created on .