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