Teal Paradise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Paradise palette

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

Teal Paradise カラーパレット CSS

/* CSS */
.color-1 {
color: #233e38;
}
.color-2 {
color: #ffc95c;
}
.color-3 {
color: #ff7433;
}
.color-4 {
color: #b8e986;
}
.color-5 {
color: #4995a7;
}

/* CSS Variables */
:root {
--color-1: #233e38;
--color-2: #ffc95c;
--color-3: #ff7433;
--color-4: #b8e986;
--color-5: #4995a7;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #233e38, #ffc95c, #ff7433, #b8e986, #4995a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #233e38, #ffc95c, #ff7433, #b8e986, #4995a7);
}

Teal Paradise color palette created on .