Serene Tropics カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Serene Tropics palette

このパレットを共有する先:

Serene Tropics カラーパレット CSS

/* CSS */
.color-1 {
color: #509b95;
}
.color-2 {
color: #a7d7cf;
}
.color-3 {
color: #f0e8d6;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #fab700;
}

/* CSS Variables */
:root {
--color-1: #509b95;
--color-2: #a7d7cf;
--color-3: #f0e8d6;
--color-4: #ff6e61;
--color-5: #fab700;
}

Serene Tropics の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #509b95, #a7d7cf, #f0e8d6, #ff6e61, #fab700);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #509b95, #a7d7cf, #f0e8d6, #ff6e61, #fab700);
}

Serene Tropics color palette created on .