Cerulean Breeze カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Cerulean Breeze palette

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

Cerulean Breeze カラーパレット CSS

/* CSS */
.color-1 {
color: #02a7d4;
}
.color-2 {
color: #1fb3e5;
}
.color-3 {
color: #4cc7e6;
}
.color-4 {
color: #a5e1e9;
}
.color-5 {
color: #d2f1f4;
}

/* CSS Variables */
:root {
--color-1: #02a7d4;
--color-2: #1fb3e5;
--color-3: #4cc7e6;
--color-4: #a5e1e9;
--color-5: #d2f1f4;
}

Cerulean Breeze の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #02a7d4, #1fb3e5, #4cc7e6, #a5e1e9, #d2f1f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #02a7d4, #1fb3e5, #4cc7e6, #a5e1e9, #d2f1f4);
}

Cerulean Breeze color palette created on .