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