Turquoise Crystal カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Turquoise Crystal palette
Turquoise Crystal カラーパレット CSS
/* CSS */
.color-1 {
color: #a9e5e0;
}
.color-2 {
color: #b3e0e6;
}
.color-3 {
color: #f3c4d3;
}
.color-4 {
color: #f6b4a2;
}
.color-5 {
color: #f9cf5d;
}
/* CSS Variables */
:root {
--color-1: #a9e5e0;
--color-2: #b3e0e6;
--color-3: #f3c4d3;
--color-4: #f6b4a2;
--color-5: #f9cf5d;
}
Turquoise Crystal の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e5e0, #b3e0e6, #f3c4d3, #f6b4a2, #f9cf5d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e5e0, #b3e0e6, #f3c4d3, #f6b4a2, #f9cf5d);
}
似たようなカラーパレット
Turquoise Crystal color palette created on .