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