Deep Cerulean Dream カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Cerulean Dream palette

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

Deep Cerulean Dream カラーパレット CSS

/* CSS */
.color-1 {
color: #007ba8;
}
.color-2 {
color: #0096b8;
}
.color-3 {
color: #00b2d6;
}
.color-4 {
color: #00c7e6;
}
.color-5 {
color: #3dd5e6;
}

/* CSS Variables */
:root {
--color-1: #007ba8;
--color-2: #0096b8;
--color-3: #00b2d6;
--color-4: #00c7e6;
--color-5: #3dd5e6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007ba8, #0096b8, #00b2d6, #00c7e6, #3dd5e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007ba8, #0096b8, #00b2d6, #00c7e6, #3dd5e6);
}

Deep Cerulean Dream color palette created on .