Teal Real Estate カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Real Estate palette

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

Teal Real Estate カラーパレット CSS

/* CSS */
.color-1 {
color: #3b8d9b;
}
.color-2 {
color: #59c5af;
}
.color-3 {
color: #8de8c2;
}
.color-4 {
color: #f3e2a5;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #3b8d9b;
--color-2: #59c5af;
--color-3: #8de8c2;
--color-4: #f3e2a5;
--color-5: #ff6e61;
}

Teal Real Estate の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b8d9b, #59c5af, #8de8c2, #f3e2a5, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b8d9b, #59c5af, #8de8c2, #f3e2a5, #ff6e61);
}

Teal Real Estate color palette created on .