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