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