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