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