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