Tropical Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tropical Serenity palette

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

Tropical Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #6bccb1;
}
.color-2 {
color: #b3e0d2;
}
.color-3 {
color: #f1f9f2;
}
.color-4 {
color: #ffc6a3;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #6bccb1;
--color-2: #b3e0d2;
--color-3: #f1f9f2;
--color-4: #ffc6a3;
--color-5: #ff6e61;
}

Tropical Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bccb1, #b3e0d2, #f1f9f2, #ffc6a3, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bccb1, #b3e0d2, #f1f9f2, #ffc6a3, #ff6e61);
}

Tropical Serenity color palette created on .