Teal Elf カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Elf palette

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

Teal Elf カラーパレット CSS

/* CSS */
.color-1 {
color: #f2a1d3;
}
.color-2 {
color: #e7c5e4;
}
.color-3 {
color: #d1e4e6;
}
.color-4 {
color: #a1d3c9;
}
.color-5 {
color: #6ab9b5;
}

/* CSS Variables */
:root {
--color-1: #f2a1d3;
--color-2: #e7c5e4;
--color-3: #d1e4e6;
--color-4: #a1d3c9;
--color-5: #6ab9b5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2a1d3, #e7c5e4, #d1e4e6, #a1d3c9, #6ab9b5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2a1d3, #e7c5e4, #d1e4e6, #a1d3c9, #6ab9b5);
}

Teal Elf color palette created on .