Teal Medicine カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Medicine palette

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

Teal Medicine カラーパレット CSS

/* CSS */
.color-1 {
color: #3e8e88;
}
.color-2 {
color: #8dd3b3;
}
.color-3 {
color: #f4e1a4;
}
.color-4 {
color: #fb7c79;
}
.color-5 {
color: #4e4b8b;
}

/* CSS Variables */
:root {
--color-1: #3e8e88;
--color-2: #8dd3b3;
--color-3: #f4e1a4;
--color-4: #fb7c79;
--color-5: #4e4b8b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e8e88, #8dd3b3, #f4e1a4, #fb7c79, #4e4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e8e88, #8dd3b3, #f4e1a4, #fb7c79, #4e4b8b);
}

Teal Medicine color palette created on .