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