Teal Dreams カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Dreams palette

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

Teal Dreams カラーパレット CSS

/* CSS */
.color-1 {
color: #5f9b78;
}
.color-2 {
color: #a3d7c5;
}
.color-3 {
color: #f2e6ba;
}
.color-4 {
color: #f8caa5;
}
.color-5 {
color: #e86a68;
}

/* CSS Variables */
:root {
--color-1: #5f9b78;
--color-2: #a3d7c5;
--color-3: #f2e6ba;
--color-4: #f8caa5;
--color-5: #e86a68;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5f9b78, #a3d7c5, #f2e6ba, #f8caa5, #e86a68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5f9b78, #a3d7c5, #f2e6ba, #f8caa5, #e86a68);
}

Teal Dreams color palette created on .