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