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