Loading...
Tropical Serenity カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Tropical Serenity palette
Tropical Serenity カラーパレット (PNG) をダウンロード
Tropical Serenity カラーパレット CSS
/* CSS */
.color-1 {
color: #1f898e;
}
.color-2 {
color: #3cb4b0;
}
.color-3 {
color: #6ce5e1;
}
.color-4 {
color: #b2f0e6;
}
.color-5 {
color: #ff9d2e;
}
/* CSS Variables */
:root {
--color-1: #1f898e;
--color-2: #3cb4b0;
--color-3: #6ce5e1;
--color-4: #b2f0e6;
--color-5: #ff9d2e;
}
Tropical Serenity の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f898e, #3cb4b0, #6ce5e1, #b2f0e6, #ff9d2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f898e, #3cb4b0, #6ce5e1, #b2f0e6, #ff9d2e);
}
似たようなカラーパレット
Tropical Serenity color palette created on .