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