Teal Rainy Day カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Rainy Day palette

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

Teal Rainy Day カラーパレット CSS

/* CSS */
.color-1 {
color: #698c91;
}
.color-2 {
color: #b0cfd8;
}
.color-3 {
color: #d0e7e7;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f76e6e;
}

/* CSS Variables */
:root {
--color-1: #698c91;
--color-2: #b0cfd8;
--color-3: #d0e7e7;
--color-4: #f1c84b;
--color-5: #f76e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #698c91, #b0cfd8, #d0e7e7, #f1c84b, #f76e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #698c91, #b0cfd8, #d0e7e7, #f1c84b, #f76e6e);
}

Teal Rainy Day color palette created on .