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