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