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