Aquatic Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aquatic Serenity palette

このパレットを共有する先:

Aquatic Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #4a9cd3;
}
.color-2 {
color: #6dc5e8;
}
.color-3 {
color: #a6e0e8;
}
.color-4 {
color: #f4f8a5;
}
.color-5 {
color: #f9c69a;
}

/* CSS Variables */
:root {
--color-1: #4a9cd3;
--color-2: #6dc5e8;
--color-3: #a6e0e8;
--color-4: #f4f8a5;
--color-5: #f9c69a;
}

Aquatic Serenity の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a9cd3, #6dc5e8, #a6e0e8, #f4f8a5, #f9c69a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a9cd3, #6dc5e8, #a6e0e8, #f4f8a5, #f9c69a);
}

Aquatic Serenity color palette created on .