Warm Teal Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Teal Green palette

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

Warm Teal Green カラーパレット CSS

/* CSS */
.color-1 {
color: #009485;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ffd54d;
}
.color-4 {
color: #ffb84d;
}
.color-5 {
color: #ff8a66;
}

/* CSS Variables */
:root {
--color-1: #009485;
--color-2: #ff6e61;
--color-3: #ffd54d;
--color-4: #ffb84d;
--color-5: #ff8a66;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #009485, #ff6e61, #ffd54d, #ffb84d, #ff8a66);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #009485, #ff6e61, #ffd54d, #ffb84d, #ff8a66);
}

Warm Teal Green color palette created on .