Teal Oasis カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Oasis palette

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

Teal Oasis カラーパレット CSS

/* CSS */
.color-1 {
color: #004227;
}
.color-2 {
color: #007a64;
}
.color-3 {
color: #00bdad;
}
.color-4 {
color: #00ffea;
}
.color-5 {
color: #9efffd;
}

/* CSS Variables */
:root {
--color-1: #004227;
--color-2: #007a64;
--color-3: #00bdad;
--color-4: #00ffea;
--color-5: #9efffd;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #004227, #007a64, #00bdad, #00ffea, #9efffd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #004227, #007a64, #00bdad, #00ffea, #9efffd);
}

Teal Oasis color palette created on .