Blueberry Delight カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Blueberry Delight palette
Blueberry Delight カラーパレット (PNG) をダウンロード
Blueberry Delight カラーパレット CSS
/* CSS */
.color-1 {
color: #5b75c2;
}
.color-2 {
color: #8ca1d9;
}
.color-3 {
color: #b3c8e0;
}
.color-4 {
color: #f0d1e3;
}
.color-5 {
color: #eab8d1;
}
/* CSS Variables */
:root {
--color-1: #5b75c2;
--color-2: #8ca1d9;
--color-3: #b3c8e0;
--color-4: #f0d1e3;
--color-5: #eab8d1;
}
Blueberry Delight の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b75c2, #8ca1d9, #b3c8e0, #f0d1e3, #eab8d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b75c2, #8ca1d9, #b3c8e0, #f0d1e3, #eab8d1);
}
似たようなカラーパレット
Blueberry Delight color palette created on .