Turquoise Lin カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Lin palette

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

Turquoise Lin カラーパレット CSS

/* CSS */
.color-1 {
color: #e0a25c;
}
.color-2 {
color: #f3c5af;
}
.color-3 {
color: #f7e4a6;
}
.color-4 {
color: #9cc9b9;
}
.color-5 {
color: #5a7e8c;
}

/* CSS Variables */
:root {
--color-1: #e0a25c;
--color-2: #f3c5af;
--color-3: #f7e4a6;
--color-4: #9cc9b9;
--color-5: #5a7e8c;
}

Turquoise Lin の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0a25c, #f3c5af, #f7e4a6, #9cc9b9, #5a7e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0a25c, #f3c5af, #f7e4a6, #9cc9b9, #5a7e8c);
}

Turquoise Lin color palette created on .