Turquoise Sea カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Sea palette

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

Turquoise Sea カラーパレット CSS

/* CSS */
.color-1 {
color: #0096b8;
}
.color-2 {
color: #1bc7da;
}
.color-3 {
color: #4cd7e1;
}
.color-4 {
color: #8ef6df;
}
.color-5 {
color: #d2f9f0;
}

/* CSS Variables */
:root {
--color-1: #0096b8;
--color-2: #1bc7da;
--color-3: #4cd7e1;
--color-4: #8ef6df;
--color-5: #d2f9f0;
}

Turquoise Sea の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096b8, #1bc7da, #4cd7e1, #8ef6df, #d2f9f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096b8, #1bc7da, #4cd7e1, #8ef6df, #d2f9f0);
}

Turquoise Sea color palette created on .