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