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