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