Aquatic Dreamscape カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Aquatic Dreamscape palette
Aquatic Dreamscape カラーパレット CSS
/* CSS */
.color-1 {
color: #0056d6;
}
.color-2 {
color: #0092e0;
}
.color-3 {
color: #00c3e6;
}
.color-4 {
color: #00e6b8;
}
.color-5 {
color: #a1e600;
}
/* CSS Variables */
:root {
--color-1: #0056d6;
--color-2: #0092e0;
--color-3: #00c3e6;
--color-4: #00e6b8;
--color-5: #a1e600;
}
Aquatic Dreamscape の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0056d6, #0092e0, #00c3e6, #00e6b8, #a1e600);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0056d6, #0092e0, #00c3e6, #00e6b8, #a1e600);
}
似たようなカラーパレット
下にスクロールして400+個の青カラーパレットを探索しましょう
Aquatic Dreamscape color palette created on .