Tranquil Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Tranquil Breeze palette

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

Tranquil Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #a5c6d5;
}
.color-2 {
color: #b7e1e6;
}
.color-3 {
color: #e3f0db;
}
.color-4 {
color: #f6ecb1;
}
.color-5 {
color: #f7c6a6;
}

/* CSS Variables */
:root {
--color-1: #a5c6d5;
--color-2: #b7e1e6;
--color-3: #e3f0db;
--color-4: #f6ecb1;
--color-5: #f7c6a6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c6d5, #b7e1e6, #e3f0db, #f6ecb1, #f7c6a6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c6d5, #b7e1e6, #e3f0db, #f6ecb1, #f7c6a6);
}

Tranquil Breeze color palette created on .