Teal Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunrise palette

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

Teal Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #00bdad;
}
.color-2 {
color: #3fd9c0;
}
.color-3 {
color: #73e8d5;
}
.color-4 {
color: #f1f4e7;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #00bdad;
--color-2: #3fd9c0;
--color-3: #73e8d5;
--color-4: #f1f4e7;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00bdad, #3fd9c0, #73e8d5, #f1f4e7, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00bdad, #3fd9c0, #73e8d5, #f1f4e7, #ffcc00);
}

Teal Sunrise color palette created on .