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