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