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