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