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