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