Tranquil Transitions カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tranquil Transitions palette

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

Tranquil Transitions カラーパレット CSS

/* CSS */
.color-1 {
color: #5b8b8a;
}
.color-2 {
color: #a7d3d0;
}
.color-3 {
color: #f1c6a7;
}
.color-4 {
color: #f4a499;
}
.color-5 {
color: #d67a7a;
}

/* CSS Variables */
:root {
--color-1: #5b8b8a;
--color-2: #a7d3d0;
--color-3: #f1c6a7;
--color-4: #f4a499;
--color-5: #d67a7a;
}

Tranquil Transitions の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b8a, #a7d3d0, #f1c6a7, #f4a499, #d67a7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b8a, #a7d3d0, #f1c6a7, #f4a499, #d67a7a);
}

Tranquil Transitions color palette created on .