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