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