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