Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #4bb4a9;
}
.color-2 {
color: #70d7c2;
}
.color-3 {
color: #9ae0d5;
}
.color-4 {
color: #c1f0e7;
}
.color-5 {
color: #ebfff5;
}

/* CSS Variables */
:root {
--color-1: #4bb4a9;
--color-2: #70d7c2;
--color-3: #9ae0d5;
--color-4: #c1f0e7;
--color-5: #ebfff5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bb4a9, #70d7c2, #9ae0d5, #c1f0e7, #ebfff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bb4a9, #70d7c2, #9ae0d5, #c1f0e7, #ebfff5);
}

Teal Oasis color palette created on .