Turquoise Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Serenity palette

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

Turquoise Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #6b9e92;
}
.color-2 {
color: #8dd8c9;
}
.color-3 {
color: #b1ece1;
}
.color-4 {
color: #f0d9b2;
}
.color-5 {
color: #f9a19f;
}

/* CSS Variables */
:root {
--color-1: #6b9e92;
--color-2: #8dd8c9;
--color-3: #b1ece1;
--color-4: #f0d9b2;
--color-5: #f9a19f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9e92, #8dd8c9, #b1ece1, #f0d9b2, #f9a19f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9e92, #8dd8c9, #b1ece1, #f0d9b2, #f9a19f);
}

Turquoise Serenity color palette created on .