Turquoise Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Turquoise Sunset palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Turquoise Sunset カラーパレット (PNG) をダウンロード
Turquoise Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #a5e9db;
}
.color-2 {
color: #b4daf3;
}
.color-3 {
color: #dcc0e7;
}
.color-4 {
color: #fbddac;
}
.color-5 {
color: #f7c1bb;
}
/* CSS Variables */
:root {
--color-1: #a5e9db;
--color-2: #b4daf3;
--color-3: #dcc0e7;
--color-4: #fbddac;
--color-5: #f7c1bb;
}
Turquoise Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5e9db, #b4daf3, #dcc0e7, #fbddac, #f7c1bb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5e9db, #b4daf3, #dcc0e7, #fbddac, #f7c1bb);
}
似たようなカラーパレット
Turquoise Sunset color palette created on .