Sunset Over Bill's Bay カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sunset Over Bill's Bay palette

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

Sunset Over Bill's Bay カラーパレット CSS

/* CSS */
.color-1 {
color: #a9d9ea;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f08000;
}
.color-4 {
color: #d15b00;
}
.color-5 {
color: #a83b00;
}

/* CSS Variables */
:root {
--color-1: #a9d9ea;
--color-2: #f0a800;
--color-3: #f08000;
--color-4: #d15b00;
--color-5: #a83b00;
}

Sunset Over Bill's Bay の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d9ea, #f0a800, #f08000, #d15b00, #a83b00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d9ea, #f0a800, #f08000, #d15b00, #a83b00);
}

Sunset Over Bill's Bay color palette created on .