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