Aqua Serenity カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Aqua Serenity palette

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

Aqua Serenity カラーパレット CSS

/* CSS */
.color-1 {
color: #0096db;
}
.color-2 {
color: #00b0e0;
}
.color-3 {
color: #4bc8e7;
}
.color-4 {
color: #a4e4f4;
}
.color-5 {
color: #e0f7fa;
}

/* CSS Variables */
:root {
--color-1: #0096db;
--color-2: #00b0e0;
--color-3: #4bc8e7;
--color-4: #a4e4f4;
--color-5: #e0f7fa;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0096db, #00b0e0, #4bc8e7, #a4e4f4, #e0f7fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0096db, #00b0e0, #4bc8e7, #a4e4f4, #e0f7fa);
}

Aqua Serenity color palette created on .