Turquoise Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Sunset palette

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

Turquoise Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #4dc5e0;
}
.color-2 {
color: #f5d994;
}
.color-3 {
color: #e5bdda;
}
.color-4 {
color: #ff7a9e;
}
.color-5 {
color: #d25b7f;
}

/* CSS Variables */
:root {
--color-1: #4dc5e0;
--color-2: #f5d994;
--color-3: #e5bdda;
--color-4: #ff7a9e;
--color-5: #d25b7f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4dc5e0, #f5d994, #e5bdda, #ff7a9e, #d25b7f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4dc5e0, #f5d994, #e5bdda, #ff7a9e, #d25b7f);
}

Turquoise Sunset color palette created on .