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