Pastel Breeze カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Pastel Breeze palette
Pastel Breeze カラー パレット PNG 画像
Pastel Breeze カラーパレット CSS
/* CSS */
.color-1 {
color: #e8f4fc;
}
.color-2 {
color: #e1e3f9;
}
.color-3 {
color: #ffffff;
}
.color-4 {
color: #e9e6f9;
}
.color-5 {
color: #375586;
}
/* CSS Variables */
:root {
--color-1: #e8f4fc;
--color-2: #e1e3f9;
--color-3: #ffffff;
--color-4: #e9e6f9;
--color-5: #375586;
}
Pastel Breeze の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e8f4fc, #e1e3f9, #ffffff, #e9e6f9, #375586);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e8f4fc, #e1e3f9, #ffffff, #e9e6f9, #375586);
}
似たようなカラーパレット
Pastel Breeze color palette created on .