Turquoise Beach カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Beach palette

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

Turquoise Beach カラーパレット CSS

/* CSS */
.color-1 {
color: #00a8e0;
}
.color-2 {
color: #00bdd6;
}
.color-3 {
color: #00e0d1;
}
.color-4 {
color: #80e0a0;
}
.color-5 {
color: #ffad42;
}

/* CSS Variables */
:root {
--color-1: #00a8e0;
--color-2: #00bdd6;
--color-3: #00e0d1;
--color-4: #80e0a0;
--color-5: #ffad42;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a8e0, #00bdd6, #00e0d1, #80e0a0, #ffad42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a8e0, #00bdd6, #00e0d1, #80e0a0, #ffad42);
}

Turquoise Beach color palette created on .