Katsu Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Katsu Sunset palette

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

Katsu Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #e75b04;
}
.color-3 {
color: #d8315b;
}
.color-4 {
color: #690571;
}
.color-5 {
color: #5d9bd5;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #e75b04;
--color-3: #d8315b;
--color-4: #690571;
--color-5: #5d9bd5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #e75b04, #d8315b, #690571, #5d9bd5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #e75b04, #d8315b, #690571, #5d9bd5);
}

Katsu Sunset color palette created on .