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