Teardrop カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teardrop palette

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

Teardrop カラー パレット PNG 画像

Download teardrop color palette PNG image (landscape)
Download teardrop color palette PNG image (square)

Teardrop カラーパレット CSS

/* CSS */
.color-1 {
color: #7bd9e0;
}
.color-2 {
color: #f1a8a2;
}
.color-3 {
color: #f6e7b6;
}
.color-4 {
color: #f9d4b4;
}
.color-5 {
color: #f25a76;
}

/* CSS Variables */
:root {
--color-1: #7bd9e0;
--color-2: #f1a8a2;
--color-3: #f6e7b6;
--color-4: #f9d4b4;
--color-5: #f25a76;
}

Teardrop の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7bd9e0, #f1a8a2, #f6e7b6, #f9d4b4, #f25a76);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7bd9e0, #f1a8a2, #f6e7b6, #f9d4b4, #f25a76);
}

Teardrop color palette created on .