Tropical Teal Escape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Teal Escape palette
Tropical Teal Escape カラーパレット CSS
/* CSS */
.color-1 {
color: #a0dad7;
}
.color-2 {
color: #80d3db;
}
.color-3 {
color: #4cb6b8;
}
.color-4 {
color: #25a2a0;
}
.color-5 {
color: #00998a;
}
/* CSS Variables */
:root {
--color-1: #a0dad7;
--color-2: #80d3db;
--color-3: #4cb6b8;
--color-4: #25a2a0;
--color-5: #00998a;
}
Tropical Teal Escape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a0dad7, #80d3db, #4cb6b8, #25a2a0, #00998a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a0dad7, #80d3db, #4cb6b8, #25a2a0, #00998a);
}
似たようなカラーパレット
下にスクロールして100+個のエステティックカラーパレットを探索しましょう
Tropical Teal Escape color palette created on .