Terra Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Terra Breeze palette

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

Terra Breeze カラーパレット (PNG) をダウンロード

Download terra breeze color palette PNG image (landscape)
Download terra breeze color palette PNG image (square)

Terra Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #4971a2;
}
.color-2 {
color: #385d85;
}
.color-3 {
color: #2d4c67;
}
.color-4 {
color: #b2a295;
}
.color-5 {
color: #a88086;
}

/* CSS Variables */
:root {
--color-1: #4971a2;
--color-2: #385d85;
--color-3: #2d4c67;
--color-4: #b2a295;
--color-5: #a88086;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4971a2, #385d85, #2d4c67, #b2a295, #a88086);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4971a2, #385d85, #2d4c67, #b2a295, #a88086);
}

Terra Breeze color palette created on .