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