Teal Tranquility カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Tranquility palette

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

Teal Tranquility カラーパレット CSS

/* CSS */
.color-1 {
color: #3a4a4a;
}
.color-2 {
color: #5c7575;
}
.color-3 {
color: #80a8a8;
}
.color-4 {
color: #a4d6d6;
}
.color-5 {
color: #c3e9e9;
}

/* CSS Variables */
:root {
--color-1: #3a4a4a;
--color-2: #5c7575;
--color-3: #80a8a8;
--color-4: #a4d6d6;
--color-5: #c3e9e9;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a4a4a, #5c7575, #80a8a8, #a4d6d6, #c3e9e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a4a4a, #5c7575, #80a8a8, #a4d6d6, #c3e9e9);
}

Teal Tranquility color palette created on .