Skater's Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Skater's Sunset palette

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

Skater's Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6933;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #ffcf3d;
}
.color-4 {
color: #4cc0c8;
}
.color-5 {
color: #3e6e7e;
}

/* CSS Variables */
:root {
--color-1: #ff6933;
--color-2: #ff9b3d;
--color-3: #ffcf3d;
--color-4: #4cc0c8;
--color-5: #3e6e7e;
}

Skater's Sunset の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6933, #ff9b3d, #ffcf3d, #4cc0c8, #3e6e7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6933, #ff9b3d, #ffcf3d, #4cc0c8, #3e6e7e);
}

Skater's Sunset color palette created on .