Muted Teal and Purple カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Teal and Purple palette

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

Muted Teal and Purple カラーパレット (PNG) をダウンロード

Download muted teal and purple color palette PNG image (landscape)
Download muted teal and purple color palette PNG image (square)

Muted Teal and Purple カラーパレット CSS

/* CSS */
.color-1 {
color: #1c3f3a;
}
.color-2 {
color: #4b6d7c;
}
.color-3 {
color: #6f5f8c;
}
.color-4 {
color: #a07999;
}
.color-5 {
color: #d5c3d0;
}

/* CSS Variables */
:root {
--color-1: #1c3f3a;
--color-2: #4b6d7c;
--color-3: #6f5f8c;
--color-4: #a07999;
--color-5: #d5c3d0;
}

Muted Teal and Purple の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c3f3a, #4b6d7c, #6f5f8c, #a07999, #d5c3d0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c3f3a, #4b6d7c, #6f5f8c, #a07999, #d5c3d0);
}

Muted Teal and Purple color palette created on .