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