Teal Tranquility カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Tranquility palette

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

Teal Tranquility カラーパレット CSS

/* CSS */
.color-1 {
color: #1a998c;
}
.color-2 {
color: #3cb9a8;
}
.color-3 {
color: #6fd3c4;
}
.color-4 {
color: #a9e0e5;
}
.color-5 {
color: #d2f4f4;
}

/* CSS Variables */
:root {
--color-1: #1a998c;
--color-2: #3cb9a8;
--color-3: #6fd3c4;
--color-4: #a9e0e5;
--color-5: #d2f4f4;
}

Teal Tranquility の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a998c, #3cb9a8, #6fd3c4, #a9e0e5, #d2f4f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a998c, #3cb9a8, #6fd3c4, #a9e0e5, #d2f4f4);
}

Teal Tranquility color palette created on .