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