Turbo Sunrise カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Turbo Sunrise palette
Turbo Sunrise カラーパレット CSS
/* CSS */
.color-1 {
color: #b80043;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #dbf7a6;
}
.color-4 {
color: #33b4ff;
}
.color-5 {
color: #014874;
}
/* CSS Variables */
:root {
--color-1: #b80043;
--color-2: #ffc300;
--color-3: #dbf7a6;
--color-4: #33b4ff;
--color-5: #014874;
}
Turbo Sunrise の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b80043, #ffc300, #dbf7a6, #33b4ff, #014874);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b80043, #ffc300, #dbf7a6, #33b4ff, #014874);
}
似たようなカラーパレット
Turbo Sunrise color palette created on .