Sunset Waves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Waves palette

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

Sunset Waves カラーパレット CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #f5b400;
}
.color-3 {
color: #f68a1e;
}
.color-4 {
color: #ff5c5c;
}
.color-5 {
color: #ffb3b3;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #f5b400;
--color-3: #f68a1e;
--color-4: #ff5c5c;
--color-5: #ffb3b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #f5b400, #f68a1e, #ff5c5c, #ffb3b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #f5b400, #f68a1e, #ff5c5c, #ffb3b3);
}

Sunset Waves color palette created on .