Blue Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Sunset palette

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

Blue Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4ab8e8;
}
.color-2 {
color: #a0d8e9;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f5a300;
}

/* CSS Variables */
:root {
--color-1: #4ab8e8;
--color-2: #a0d8e9;
--color-3: #ffb84d;
--color-4: #ff6e61;
--color-5: #f5a300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4ab8e8, #a0d8e9, #ffb84d, #ff6e61, #f5a300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4ab8e8, #a0d8e9, #ffb84d, #ff6e61, #f5a300);
}

Blue Sunset color palette created on .