Sunset Over Ocean Waves カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Over Ocean Waves palette

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

Sunset Over Ocean Waves カラーパレット CSS

/* CSS */
.color-1 {
color: #1d3062;
}
.color-2 {
color: #4a6d8c;
}
.color-3 {
color: #f5a300;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #c83a2d;
}

/* CSS Variables */
:root {
--color-1: #1d3062;
--color-2: #4a6d8c;
--color-3: #f5a300;
--color-4: #f1c84b;
--color-5: #c83a2d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3062, #4a6d8c, #f5a300, #f1c84b, #c83a2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3062, #4a6d8c, #f5a300, #f1c84b, #c83a2d);
}

Sunset Over Ocean Waves color palette created on .