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