Turquoise Calypso カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Turquoise Calypso palette

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

Turquoise Calypso カラーパレット CSS

/* CSS */
.color-1 {
color: #00b3aa;
}
.color-2 {
color: #3cd7b3;
}
.color-3 {
color: #6ef2c2;
}
.color-4 {
color: #a6f7d0;
}
.color-5 {
color: #f0fffa;
}

/* CSS Variables */
:root {
--color-1: #00b3aa;
--color-2: #3cd7b3;
--color-3: #6ef2c2;
--color-4: #a6f7d0;
--color-5: #f0fffa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00b3aa, #3cd7b3, #6ef2c2, #a6f7d0, #f0fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00b3aa, #3cd7b3, #6ef2c2, #a6f7d0, #f0fffa);
}

似たようなカラーパレット

Turquoise Calypso color palette created on .