Teal Sunrise カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Teal Sunrise palette

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

Teal Sunrise カラーパレット CSS

/* CSS */
.color-1 {
color: #f3a949;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #75d7c3;
}
.color-4 {
color: #67b4c5;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f3a949;
--color-2: #f0e78e;
--color-3: #75d7c3;
--color-4: #67b4c5;
--color-5: #4b91e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a949, #f0e78e, #75d7c3, #67b4c5, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a949, #f0e78e, #75d7c3, #67b4c5, #4b91e2);
}

Teal Sunrise color palette created on .