Blue Tidal カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Blue Tidal palette

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

Blue Tidal カラーパレット CSS

/* CSS */
.color-1 {
color: #49b8e4;
}
.color-2 {
color: #1c9cce;
}
.color-3 {
color: #0086b3;
}
.color-4 {
color: #007a99;
}
.color-5 {
color: #006080;
}

/* CSS Variables */
:root {
--color-1: #49b8e4;
--color-2: #1c9cce;
--color-3: #0086b3;
--color-4: #007a99;
--color-5: #006080;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #49b8e4, #1c9cce, #0086b3, #007a99, #006080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #49b8e4, #1c9cce, #0086b3, #007a99, #006080);
}

Blue Tidal color palette created on .